Html Css Color HEX #B9DD5B Conifer

📋 copy color: '#B9DD5B'

red 185 ◦ green 221 ◦ blue 91

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

Shades of Conifer #B9DD5B

Tints of Conifer #B9DD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.31%

R = 37.22%
G = 44.47%
B = 18.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#B9DD5B (or 0xB9DD5B) is known color: Conifer. HEX triplet: B9, DD and 5B. RGB value is (185,221,91). Sum of RGB (Red+Green+Blue) = 185+221+91=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD5B is #4622A4. Grayscale: #C3C3C3. Windows color (decimal): -4596389 or 6020537. OLE color: 6020537.

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

Color convert

RGB 185 221 91 -
CMYK 0.16 0 0.59 0.13
HSL 76.62º 0.66% 0.61% -
HSV(B) 76.62º 0.59% 0.87% -
XYZ 47.75 62.78 19.5 -
YUV 195.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 185 221 91 0.16 0 0.59 0.13 76.62 0.66 0.61
Hex B9 DD 5B 10 0 3B D 4D 42 3D
Octal 271 335 133 20 0 73 15 115 102 75
Binary 10111001 11011101 1011011 10000 0 111011 1101 1001101 1000010 111101

Color Harmonies of #B9DD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD5B

Black with #B9DD5B

Text Example


Text Example

White with #B9DD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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