#B0D757

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

Shades of Conifer #B0D757

Tints of Conifer #B0D757

Color information

#B0D757 (or 0xB0D757) is unknown color: approx Conifer. HEX triplet: B0, D7 and 57. RGB value is (176,215,87). Sum of RGB (Red+Green+Blue) = 176+215+87=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D757 is #4F28A8. Grayscale: #BDBDBD. Windows color (decimal): -5187753 or 5756848. OLE color: 5756848.

HSL color Cylindrical-coordinate representation of color #B0D757: hue angle of 78.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0D757 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB17621587-
CMYK0.1800.600.16
HSL78.28º61.54%59.22%-
HSV(B)78.28º59.53%84.31%-
XYZ43.9358.5218-
YUV188.7570.58118.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 87 (34.38% from 255) = 18.20%
R=36.82%
G=44.98%
B=18.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176215870.1800.600.1678.2861.5459.22
HexB0D7571203C104e3e3b
Octal26032712722074201167673
Binary10110000110101111010111100100111100100001001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D757; }

 p { color: rgb(176,215,87); }

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

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

 a { background-color: rgb(176,215,87); }

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

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

 span { border-color: rgb(176,215,87); }

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