#B4EAB3

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

Shades of Celadon #B4EAB3

Tints of Celadon #B4EAB3

Color information

#B4EAB3 (or 0xB4EAB3) is unknown color: approx Celadon. HEX triplet: B4, EA and B3. RGB value is (180,234,179). Sum of RGB (Red+Green+Blue) = 180+234+179=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAB3 is #4B154C. Grayscale: #D3D3D3. Windows color (decimal): -4920653 or 11791028. OLE color: 11791028.

HSL color Cylindrical-coordinate representation of color #B4EAB3: hue angle of 118.91º 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 #B4EAB3 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB180234179-
CMYK0.2300.240.08
HSL118.91º56.7%80.98%-
HSV(B)118.91º23.5%91.76%-
XYZ56.3871.853.54-
YUV211.58109.61105.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=30.35%
G=39.46%
B=30.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341790.2300.240.08118.9156.780.98
HexB4EAB3170188773951
Octal264352263270301016771121
Binary10110100111010101011001110111011000100011101111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAB3; }

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

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

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

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

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

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

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

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