#B9D65C

Color #B9D65C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B9D65C

Tints of Conifer #B9D65C

Color information

#B9D65C (or 0xB9D65C) is unknown color: approx Conifer. HEX triplet: B9, D6 and 5C. RGB value is (185,214,92). Sum of RGB (Red+Green+Blue) = 185+214+92=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D65C is #4629A3. Grayscale: #BFBFBF. Windows color (decimal): -4598180 or 6084281. OLE color: 6084281.

HSL color Cylindrical-coordinate representation of color #B9D65C: hue angle of 74.26º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9D65C is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB18521492-
CMYK0.1400.570.16
HSL74.26º59.8%60%-
HSV(B)74.26º57.01%83.92%-
XYZ45.9959.1819.12-
YUV191.4271.89123.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=37.68%
G=43.58%
B=18.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185214920.1400.570.1674.2659.860
HexB9D65CE039104a3c3c
Octal27132613416071201127474
Binary1011100111010110101110011100111001100001001010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D65C; }

 p { color: rgb(185,214,92); }

 H1.HeaderClassName
 {
   color: #B9D65C;
 }
 .AnyTagClassName
 {
   color: #B9D65C;
 }
</style>
background-color css

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

 a { background-color: rgb(185,214,92); }

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

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

 span { border-color: rgb(185,214,92); }

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