#B2D858

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

Shades of Conifer #B2D858

Tints of Conifer #B2D858

Color information

#B2D858 (or 0xB2D858) is unknown color: approx Conifer. HEX triplet: B2, D8 and 58. RGB value is (178,216,88). Sum of RGB (Red+Green+Blue) = 178+216+88=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D858 is #4D27A7. Grayscale: #BEBEBE. Windows color (decimal): -5056424 or 5822642. OLE color: 5822642.

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

Color convert

RGB17821688-
CMYK0.1800.590.15
HSL77.81º62.14%59.61%-
HSV(B)77.81º59.26%84.71%-
XYZ44.6859.2818.32-
YUV190.0570.41119.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=36.93%
G=44.81%
B=18.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178216880.1800.590.1577.8162.1459.61
HexB2D8581203BF4e3e3c
Octal26233013022073171167674
Binary1011001011011000101100010010011101111111001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D858; }

 p { color: rgb(178,216,88); }

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

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

 a { background-color: rgb(178,216,88); }

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

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

 span { border-color: rgb(178,216,88); }

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