Html Css Color HEX #B9DC5E Conifer

📋 copy color: '#B9DC5E'

red 185 ◦ green 220 ◦ blue 94

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

Shades of Conifer #B9DC5E

Tints of Conifer #B9DC5E

RGB

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

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

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

R = 37.07%
G = 44.09%
B = 18.84%

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

#B9DC5E (or 0xB9DC5E) is known color: Conifer. HEX triplet: B9, DC and 5E. RGB value is (185,220,94). Sum of RGB (Red+Green+Blue) = 185+220+94=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC5E is #4623A1. Grayscale: #C3C3C3. Windows color (decimal): -4596642 or 6216889. OLE color: 6216889.

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

Color convert

RGB 185 220 94 -
CMYK 0.16 0 0.57 0.14
HSL 76.67º 0.64% 0.62% -
HSV(B) 76.67º 0.57% 0.86% -
XYZ 47.62 62.31 20.11 -
YUV 195.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 185 220 94 0.16 0 0.57 0.14 76.67 0.64 0.62
Hex B9 DC 5E 10 0 39 E 4D 40 3E
Octal 271 334 136 20 0 71 16 115 100 76
Binary 10111001 11011100 1011110 10000 0 111001 1110 1001101 1000000 111110

Color Harmonies of #B9DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC5E

Black with #B9DC5E

Text Example


Text Example

White with #B9DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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