#B5D85A

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

Shades of Conifer #B5D85A

Tints of Conifer #B5D85A

Color information

#B5D85A (or 0xB5D85A) is unknown color: approx Conifer. HEX triplet: B5, D8 and 5A. RGB value is (181,216,90). Sum of RGB (Red+Green+Blue) = 181+216+90=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D85A is #4A27A5. Grayscale: #BFBFBF. Windows color (decimal): -4859814 or 5953717. OLE color: 5953717.

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

Color convert

RGB18121690-
CMYK0.1600.580.15
HSL76.67º61.76%60%-
HSV(B)76.67º58.33%84.71%-
XYZ45.4659.6718.8-
YUV191.1770.9120.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=37.17%
G=44.35%
B=18.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181216900.1600.580.1576.6761.7660
HexB5D85A1003AF4d3e3c
Octal26533013220072171157674
Binary1011010111011000101101010000011101011111001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D85A; }

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

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

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

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

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

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

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

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