#B0D056

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

Shades of Conifer #B0D056

Tints of Conifer #B0D056

Color information

#B0D056 (or 0xB0D056) is unknown color: approx Conifer. HEX triplet: B0, D0 and 56. RGB value is (176,208,86). Sum of RGB (Red+Green+Blue) = 176+208+86=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D056 is #4F2FA9. Grayscale: #B8B8B8. Windows color (decimal): -5189546 or 5689520. OLE color: 5689520.

HSL color Cylindrical-coordinate representation of color #B0D056: hue angle of 75.74º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0D056 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB17620886-
CMYK0.1500.590.18
HSL75.74º56.48%57.65%-
HSV(B)75.74º58.65%81.57%-
XYZ42.1455.0117.2-
YUV184.5272.4121.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 208 (81.64% from 255) = 44.26%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=37.45%
G=44.26%
B=18.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176208860.1500.590.1875.7456.4857.65
HexB0D056F03B124c383a
Octal26032012617073221147072
Binary1011000011010000101011011110111011100101001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D056; }

 p { color: rgb(176,208,86); }

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

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

 a { background-color: rgb(176,208,86); }

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

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

 span { border-color: rgb(176,208,86); }

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