Html Css Color HEX #B9DD5E Conifer

📋 copy color: '#B9DD5E'

red 185 ◦ green 221 ◦ blue 94

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

Shades of Conifer #B9DD5E

Tints of Conifer #B9DD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 37%
G = 44.2%
B = 18.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#B9DD5E (or 0xB9DD5E) is known color: Conifer. HEX triplet: B9, DD and 5E. RGB value is (185,221,94). Sum of RGB (Red+Green+Blue) = 185+221+94=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD5E is #4622A1. Grayscale: #C4C4C4. Windows color (decimal): -4596386 or 6217145. OLE color: 6217145.

HSL color Cylindrical-coordinate representation of color #B9DD5E: hue angle of 77.01º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9DD5E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 94 -
CMYK 0.16 0 0.57 0.13
HSL 77.01º 0.65% 0.62% -
HSV(B) 77.01º 0.57% 0.87% -
XYZ 47.88 62.84 20.19 -
YUV 195.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 185 221 94 0.16 0 0.57 0.13 77.01 0.65 0.62
Hex B9 DD 5E 10 0 39 D 4D 41 3E
Octal 271 335 136 20 0 71 15 115 101 76
Binary 10111001 11011101 1011110 10000 0 111001 1101 1001101 1000001 111110

Color Harmonies of #B9DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD5E

Black with #B9DD5E

Text Example


Text Example

White with #B9DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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