#B7D85A

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

Shades of Conifer #B7D85A

Tints of Conifer #B7D85A

Color information

#B7D85A (or 0xB7D85A) is unknown color: approx Conifer. HEX triplet: B7, D8 and 5A. RGB value is (183,216,90). Sum of RGB (Red+Green+Blue) = 183+216+90=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D85A is #4827A5. Grayscale: #C0C0C0. Windows color (decimal): -4728742 or 5953719. OLE color: 5953719.

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

Color convert

RGB18321690-
CMYK0.1500.580.15
HSL75.71º61.76%60%-
HSV(B)75.71º58.33%84.71%-
XYZ45.9359.9218.82-
YUV191.7770.57121.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 90 (35.55% from 255) = 18.40%
R=37.42%
G=44.17%
B=18.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183216900.1500.580.1575.7161.7660
HexB7D85AF03AF4c3e3c
Octal26733013217072171147674
Binary101101111101100010110101111011101011111001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D85A; }

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

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

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

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

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

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

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

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