Html Css Color HEX #BBDC5E Conifer

📋 copy color: '#BBDC5E'

red 187 ◦ green 220 ◦ blue 94

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

Shades of Conifer #BBDC5E

Tints of Conifer #BBDC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 94 (37.11% from 255) = 18.76%

R = 37.33%
G = 43.91%
B = 18.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#BBDC5E (or 0xBBDC5E) is known color: Conifer. HEX triplet: BB, DC and 5E. RGB value is (187,220,94). Sum of RGB (Red+Green+Blue) = 187+220+94=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC5E is #4423A1. Grayscale: #C4C4C4. Windows color (decimal): -4465570 or 6216891. OLE color: 6216891.

HSL color Cylindrical-coordinate representation of color #BBDC5E: hue angle of 75.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBDC5E is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 94 -
CMYK 0.15 0 0.57 0.14
HSL 75.71º 0.64% 0.62% -
HSV(B) 75.71º 0.57% 0.86% -
XYZ 48.11 62.56 20.13 -
YUV 195.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 187 220 94 0.15 0 0.57 0.14 75.71 0.64 0.62
Hex BB DC 5E F 0 39 E 4C 40 3E
Octal 273 334 136 17 0 71 16 114 100 76
Binary 10111011 11011100 1011110 1111 0 111001 1110 1001100 1000000 111110

Color Harmonies of #BBDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC5E

Black with #BBDC5E

Text Example


Text Example

White with #BBDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC5E; }

 p { color: rgb(187,220,94); }

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

background-color css

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

 a { background-color: rgb(187,220,94); }

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

border-color css

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

 span { border-color: rgb(187,220,94); }

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