#B2D859

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

Shades of Conifer #B2D859

Tints of Conifer #B2D859

Color information

#B2D859 (or 0xB2D859) is unknown color: approx Conifer. HEX triplet: B2, D8 and 59. RGB value is (178,216,89). Sum of RGB (Red+Green+Blue) = 178+216+89=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D859 is #4D27A6. Grayscale: #BEBEBE. Windows color (decimal): -5056423 or 5888178. OLE color: 5888178.

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

Color convert

RGB17821689-
CMYK0.1800.590.15
HSL77.95º61.95%59.8%-
HSV(B)77.95º58.8%84.71%-
XYZ44.7259.318.54-
YUV190.1670.91119.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 89 (35.16% from 255) = 18.43%
R=36.85%
G=44.72%
B=18.43%

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
Decimal178216890.1800.590.1577.9561.9559.8
HexB2D8591203BF4e3e3c
Octal26233013122073171167674
Binary1011001011011000101100110010011101111111001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D859; }

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

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

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

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

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

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

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

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