Html Css Color HEX #BBDB5E Conifer

📋 copy color: '#BBDB5E'

red 187 ◦ green 219 ◦ blue 94

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

Shades of Conifer #BBDB5E

Tints of Conifer #BBDB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

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

R = 37.4%
G = 43.8%
B = 18.8%

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

#BBDB5E (or 0xBBDB5E) is known color: Conifer. HEX triplet: BB, DB and 5E. RGB value is (187,219,94). Sum of RGB (Red+Green+Blue) = 187+219+94=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB5E is #4424A1. Grayscale: #C3C3C3. Windows color (decimal): -4465826 or 6216635. OLE color: 6216635.

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

Color convert

RGB 187 219 94 -
CMYK 0.15 0 0.57 0.14
HSL 75.36º 0.63% 0.61% -
HSV(B) 75.36º 0.57% 0.86% -
XYZ 47.85 62.04 20.04 -
YUV 195.18 70.9 122.16 -
System Red Green Blue C M Y K H S L
Decimal 187 219 94 0.15 0 0.57 0.14 75.36 0.63 0.61
Hex BB DB 5E F 0 39 E 4B 3F 3D
Octal 273 333 136 17 0 71 16 113 77 75
Binary 10111011 11011011 1011110 1111 0 111001 1110 1001011 111111 111101

Color Harmonies of #BBDB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB5E

Black with #BBDB5E

Text Example


Text Example

White with #BBDB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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