#B2D356

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

Shades of Conifer #B2D356

Tints of Conifer #B2D356

Color information

#B2D356 (or 0xB2D356) is unknown color: approx Conifer. HEX triplet: B2, D3 and 56. RGB value is (178,211,86). Sum of RGB (Red+Green+Blue) = 178+211+86=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D356 is #4D2CA9. Grayscale: #BBBBBB. Windows color (decimal): -5057706 or 5690290. OLE color: 5690290.

HSL color Cylindrical-coordinate representation of color #B2D356: hue angle of 75.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2D356 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB17821186-
CMYK0.1600.590.17
HSL75.84º58.69%58.24%-
HSV(B)75.84º59.24%82.75%-
XYZ43.3356.7317.47-
YUV186.8871.07121.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=37.47%
G=44.42%
B=18.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178211860.1600.590.1775.8458.6958.24
HexB2D3561003B114c3b3a
Octal26232312620073211147372
Binary10110010110100111010110100000111011100011001100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D356; }

 p { color: rgb(178,211,86); }

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

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

 a { background-color: rgb(178,211,86); }

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

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

 span { border-color: rgb(178,211,86); }

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