Html Css Color HEX #BBEA5D Conifer

📋 copy color: '#BBEA5D'

red 187 ◦ green 234 ◦ blue 93

#BBEA5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BBEA5D

Tints of Conifer #BBEA5D

RGB

 RED value IS 187 (73.44% from 255) = 36.38%

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 93 (36.72% from 255) = 18.09%

R = 36.38%
G = 45.53%
B = 18.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBEA5D (or 0xBBEA5D) is known color: Conifer. HEX triplet: BB, EA and 5D. RGB value is (187,234,93). Sum of RGB (Red+Green+Blue) = 187+234+93=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA5D is #4415A2. Grayscale: #CCCCCC. Windows color (decimal): -4461987 or 6154939. OLE color: 6154939.

HSL color Cylindrical-coordinate representation of color #BBEA5D: hue angle of 80º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBEA5D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 93 -
CMYK 0.20 0 0.60 0.08
HSL 80º 0.77% 0.64% -
HSV(B) 80º 0.6% 0.92% -
XYZ 51.89 70.2 21.17 -
YUV 203.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 187 234 93 0.20 0 0.60 0.08 80 0.77 0.64
Hex BB EA 5D 14 0 3C 8 50 4D 40
Octal 273 352 135 24 0 74 10 120 115 100
Binary 10111011 11101010 1011101 10100 0 111100 1000 1010000 1001101 1000000

Color Harmonies of #BBEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA5D

Black with #BBEA5D

Text Example


Text Example

White with #BBEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA5D; }

 p { color: rgb(187,234,93); }

 H1.HeaderClassName
 {
   color: #BBEA5D;
 }
 .AnyTagClassName
 {
   color: #BBEA5D;
 }
</style>

background-color css

<style>
 a { background-color: #BBEA5D; }

 a { background-color: rgb(187,234,93); }

 div.DivClassName
 {
   background-color: #BBEA5D;
 }
 .BgClassName
 {
   background-color: #BBEA5D;
 }
</style>

border-color css

<style>
 span { border-color: #BBEA5D; }

 span { border-color: rgb(187,234,93); }

 td.TdClassName
 {
   border-color: #BBEA5D;
 }
 .TagClassName
 {
   border-color: #BBEA5D;
 }
</style>