#B5D85C

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

Shades of Conifer #B5D85C

Tints of Conifer #B5D85C

Color information

#B5D85C (or 0xB5D85C) is unknown color: approx Conifer. HEX triplet: B5, D8 and 5C. RGB value is (181,216,92). Sum of RGB (Red+Green+Blue) = 181+216+92=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D85C is #4A27A3. Grayscale: #BFBFBF. Windows color (decimal): -4859812 or 6084789. OLE color: 6084789.

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

Color convert

RGB18121692-
CMYK0.1600.570.15
HSL76.94º61.39%60.39%-
HSV(B)76.94º57.41%84.71%-
XYZ45.5459.7119.25-
YUV191.471.9120.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=37.01%
G=44.17%
B=18.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181216920.1600.570.1576.9461.3960.39
HexB5D85C10039F4d3d3c
Octal26533013420071171157574
Binary1011010111011000101110010000011100111111001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D85C; }

 p { color: rgb(181,216,92); }

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

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

 a { background-color: rgb(181,216,92); }

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

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

 span { border-color: rgb(181,216,92); }

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