Html Css Color HEX #B9DB5E Conifer

📋 copy color: '#B9DB5E'

red 185 ◦ green 219 ◦ blue 94

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

Shades of Conifer #B9DB5E

Tints of Conifer #B9DB5E

RGB

 RED value IS 185 (72.66% from 255) = 37.15%

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

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

R = 37.15%
G = 43.98%
B = 18.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#B9DB5E (or 0xB9DB5E) is known color: Conifer. HEX triplet: B9, DB and 5E. RGB value is (185,219,94). Sum of RGB (Red+Green+Blue) = 185+219+94=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB5E is #4624A1. Grayscale: #C3C3C3. Windows color (decimal): -4596898 or 6216633. OLE color: 6216633.

HSL color Cylindrical-coordinate representation of color #B9DB5E: hue angle of 76.32º 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 #B9DB5E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 94 -
CMYK 0.16 0 0.57 0.14
HSL 76.32º 0.63% 0.61% -
HSV(B) 76.32º 0.57% 0.86% -
XYZ 47.36 61.79 20.02 -
YUV 194.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 185 219 94 0.16 0 0.57 0.14 76.32 0.63 0.61
Hex B9 DB 5E 10 0 39 E 4C 3F 3D
Octal 271 333 136 20 0 71 16 114 77 75
Binary 10111001 11011011 1011110 10000 0 111001 1110 1001100 111111 111101

Color Harmonies of #B9DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB5E

Black with #B9DB5E

Text Example


Text Example

White with #B9DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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