#B2E4B3

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

Shades of Celadon #B2E4B3

Tints of Celadon #B2E4B3

Color information

#B2E4B3 (or 0xB2E4B3) is unknown color: approx Celadon. HEX triplet: B2, E4 and B3. RGB value is (178,228,179). Sum of RGB (Red+Green+Blue) = 178+228+179=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4B3 is #4D1B4C. Grayscale: #CFCFCF. Windows color (decimal): -5053261 or 11789490. OLE color: 11789490.

HSL color Cylindrical-coordinate representation of color #B2E4B3: hue angle of 121.2º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E4B3 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB178228179-
CMYK0.2200.210.11
HSL121.2º48.08%79.61%-
HSV(B)121.2º21.93%89.41%-
XYZ54.2468.2152.95-
YUV207.46111.94106.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=30.43%
G=38.97%
B=30.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782281790.2200.210.11121.248.0879.61
HexB2E4B316015B793050
Octal262344263260251317160120
Binary10110010111001001011001110110010101101111110011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E4B3; }

 p { color: rgb(178,228,179); }

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

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

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

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

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

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

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