Html Css Color HEX #B9DE5F Conifer

📋 copy color: '#B9DE5F'

red 185 ◦ green 222 ◦ blue 95

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

Shades of Conifer #B9DE5F

Tints of Conifer #B9DE5F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 95 (37.5% from 255) = 18.92%

R = 36.85%
G = 44.22%
B = 18.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#B9DE5F (or 0xB9DE5F) is known color: Conifer. HEX triplet: B9, DE and 5F. RGB value is (185,222,95). Sum of RGB (Red+Green+Blue) = 185+222+95=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE5F is #4621A0. Grayscale: #C4C4C4. Windows color (decimal): -4596129 or 6282937. OLE color: 6282937.

HSL color Cylindrical-coordinate representation of color #B9DE5F: hue angle of 77.48º degrees, saturation: 0.66, 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 #B9DE5F is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 222 95 -
CMYK 0.17 0 0.57 0.13
HSL 77.48º 0.66% 0.62% -
HSV(B) 77.48º 0.57% 0.87% -
XYZ 48.19 63.38 20.52 -
YUV 196.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 185 222 95 0.17 0 0.57 0.13 77.48 0.66 0.62
Hex B9 DE 5F 11 0 39 D 4D 42 3E
Octal 271 336 137 21 0 71 15 115 102 76
Binary 10111001 11011110 1011111 10001 0 111001 1101 1001101 1000010 111110

Color Harmonies of #B9DE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DE5F

Black with #B9DE5F

Text Example


Text Example

White with #B9DE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DE5F; }

 p { color: rgb(185,222,95); }

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

background-color css

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

 a { background-color: rgb(185,222,95); }

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

border-color css

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

 span { border-color: rgb(185,222,95); }

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