#B4EAB6

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

Shades of Celadon #B4EAB6

Tints of Celadon #B4EAB6

Color information

#B4EAB6 (or 0xB4EAB6) is unknown color: approx Celadon. HEX triplet: B4, EA and B6. RGB value is (180,234,182). Sum of RGB (Red+Green+Blue) = 180+234+182=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAB6 is #4B1549. Grayscale: #D4D4D4. Windows color (decimal): -4920650 or 11987636. OLE color: 11987636.

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

Color convert

RGB180234182-
CMYK0.2300.220.08
HSL122.22º56.25%81.18%-
HSV(B)122.22º23.08%91.76%-
XYZ56.6971.9355.15-
YUV211.93111.11105.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.20%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=30.20%
G=39.26%
B=30.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341820.2300.220.08122.2256.2581.18
HexB4EAB61701687a3851
Octal264352266270261017270121
Binary10110100111010101011011010111010110100011110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAB6; }

 p { color: rgb(180,234,182); }

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

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

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

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

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

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

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