#B2E06C

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

Shades of Conifer #B2E06C

Tints of Conifer #B2E06C

Color information

#B2E06C (or 0xB2E06C) is unknown color: approx Conifer. HEX triplet: B2, E0 and 6C. RGB value is (178,224,108). Sum of RGB (Red+Green+Blue) = 178+224+108=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E06C is #4D1F93. Grayscale: #C5C5C5. Windows color (decimal): -5054356 or 7135410. OLE color: 7135410.

HSL color Cylindrical-coordinate representation of color #B2E06C: hue angle of 83.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2E06C is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB178224108-
CMYK0.2100.520.12
HSL83.79º65.17%65.1%-
HSV(B)83.79º51.79%87.84%-
XYZ47.7263.8624-
YUV197.0277.76114.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 224 (87.89% from 255) = 43.92%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=34.90%
G=43.92%
B=21.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241080.2100.520.1283.7965.1765.1
HexB2E06C15034C544141
Octal2623401542506414124101101
Binary101100101110000011011001010101101001100101010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E06C; }

 p { color: rgb(178,224,108); }

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

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

 a { background-color: rgb(178,224,108); }

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

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

 span { border-color: rgb(178,224,108); }

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