#b2e06b

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

Shades of Conifer #B2E06B

Tints of Conifer #B2E06B

Color information

#B2E06B (or 0xB2E06B) is unknown color: approx Conifer. HEX triplet: B2, E0 and 6B. RGB value is (178,224,107). Sum of RGB (Red+Green+Blue) = 178+224+107=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E06B is #4D1F94. Grayscale: #C5C5C5. Windows color (decimal): -5054357 or 7069874. OLE color: 7069874.

HSL color Cylindrical-coordinate representation of color #B2E06B: hue angle of 83.59º 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 #B2E06B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB178224107-
CMYK0.2100.520.12
HSL83.59º65.36%64.9%-
HSV(B)83.59º52.23%87.84%-
XYZ47.6763.8423.72-
YUV196.9177.26114.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 224 (87.89% from 255) = 44.01%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=34.97%
G=44.01%
B=21.02%

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
Decimal1782241070.2100.520.1283.5965.3664.9
HexB2E06B15034C544141
Octal2623401532506414124101101
Binary101100101110000011010111010101101001100101010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2e06b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2e06b; }

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

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

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

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

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

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

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

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