#B5D86B

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

Shades of Conifer #B5D86B

Tints of Conifer #B5D86B

Color information

#B5D86B (or 0xB5D86B) is unknown color: approx Conifer. HEX triplet: B5, D8 and 6B. RGB value is (181,216,107). Sum of RGB (Red+Green+Blue) = 181+216+107=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D86B is #4A2794. Grayscale: #C1C1C1. Windows color (decimal): -4859797 or 7067829. OLE color: 7067829.

HSL color Cylindrical-coordinate representation of color #B5D86B: hue angle of 79.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5D86B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB181216107-
CMYK0.1600.500.15
HSL79.27º58.29%63.33%-
HSV(B)79.27º50.46%84.71%-
XYZ46.276023.05-
YUV193.1179.4119.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 107 (42.19% from 255) = 21.23%
R=35.91%
G=42.86%
B=21.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161070.1600.500.1579.2758.2963.33
HexB5D86B10032F4f3a3f
Octal26533015320062171177277
Binary1011010111011000110101110000011001011111001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D86B; }

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

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

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

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

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

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

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

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