Html Css Color HEX #B9DC5F Conifer

📋 copy color: '#B9DC5F'

red 185 ◦ green 220 ◦ blue 95

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

Shades of Conifer #B9DC5F

Tints of Conifer #B9DC5F

RGB

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

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

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

R = 37%
G = 44%
B = 19%

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

#B9DC5F (or 0xB9DC5F) is known color: Conifer. HEX triplet: B9, DC and 5F. RGB value is (185,220,95). Sum of RGB (Red+Green+Blue) = 185+220+95=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC5F is #4623A0. Grayscale: #C3C3C3. Windows color (decimal): -4596641 or 6282425. OLE color: 6282425.

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

Color convert

RGB 185 220 95 -
CMYK 0.16 0 0.57 0.14
HSL 76.8º 0.64% 0.62% -
HSV(B) 76.8º 0.57% 0.86% -
XYZ 47.67 62.33 20.34 -
YUV 195.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 185 220 95 0.16 0 0.57 0.14 76.8 0.64 0.62
Hex B9 DC 5F 10 0 39 E 4D 40 3E
Octal 271 334 137 20 0 71 16 115 100 76
Binary 10111001 11011100 1011111 10000 0 111001 1110 1001101 1000000 111110

Color Harmonies of #B9DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC5F

Black with #B9DC5F

Text Example


Text Example

White with #B9DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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