#b2eab2

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

Shades of Celadon #B2EAB2

Tints of Celadon #B2EAB2

Color information

#B2EAB2 (or 0xB2EAB2) is unknown color: approx Celadon. HEX triplet: B2, EA and B2. RGB value is (178,234,178). Sum of RGB (Red+Green+Blue) = 178+234+178=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EAB2 is #4D154D. Grayscale: #D3D3D3. Windows color (decimal): -5051726 or 11725490. OLE color: 11725490.

HSL color Cylindrical-coordinate representation of color #B2EAB2: hue angle of 120º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAB2 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB178234178-
CMYK0.2400.240.08
HSL120º57.14%80.78%-
HSV(B)120º23.93%91.76%-
XYZ55.8271.5252.98-
YUV210.87109.45104.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 234 (91.80% from 255) = 39.66%
BLUE value IS 178 (69.92% from 255) = 30.17%
R=30.17%
G=39.66%
B=30.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782341780.2400.240.0812057.1480.78
HexB2EAB2180188783951
Octal262352262300301017071121
Binary10110010111010101011001011000011000100011110001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2eab2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2eab2; }

 p { color: rgb(178,234,178); }

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

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

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

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

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

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

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