#B0D85A

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

Shades of Conifer #B0D85A

Tints of Conifer #B0D85A

Color information

#B0D85A (or 0xB0D85A) is unknown color: approx Conifer. HEX triplet: B0, D8 and 5A. RGB value is (176,216,90). Sum of RGB (Red+Green+Blue) = 176+216+90=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D85A is #4F27A5. Grayscale: #BEBEBE. Windows color (decimal): -5187494 or 5953712. OLE color: 5953712.

HSL color Cylindrical-coordinate representation of color #B0D85A: hue angle of 79.05º 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 #B0D85A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB17621690-
CMYK0.1900.580.15
HSL79.05º61.76%60%-
HSV(B)79.05º58.33%84.71%-
XYZ44.3159.0818.74-
YUV189.6871.75118.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 90 (35.55% from 255) = 18.67%
R=36.51%
G=44.81%
B=18.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176216900.1900.580.1579.0561.7660
HexB0D85A1303AF4f3e3c
Octal26033013223072171177674
Binary1011000011011000101101010011011101011111001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D85A; }

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

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

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

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

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

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

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

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