#B2D56B

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

Shades of Conifer #B2D56B

Tints of Conifer #B2D56B

Color information

#B2D56B (or 0xB2D56B) is unknown color: approx Conifer. HEX triplet: B2, D5 and 6B. RGB value is (178,213,107). Sum of RGB (Red+Green+Blue) = 178+213+107=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D56B is #4D2A94. Grayscale: #BEBEBE. Windows color (decimal): -5057173 or 7067058. OLE color: 7067058.

HSL color Cylindrical-coordinate representation of color #B2D56B: hue angle of 79.81º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2D56B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB178213107-
CMYK0.1600.500.16
HSL79.81º55.79%62.75%-
HSV(B)79.81º49.77%83.53%-
XYZ44.8158.1222.77-
YUV190.4580.9119.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=35.74%
G=42.77%
B=21.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131070.1600.500.1679.8155.7962.75
HexB2D56B100321050383f
Octal26232515320062201207077
Binary10110010110101011101011100000110010100001010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D56B; }

 p { color: rgb(178,213,107); }

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

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

 a { background-color: rgb(178,213,107); }

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

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

 span { border-color: rgb(178,213,107); }

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