#B4EBB3

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

Shades of Celadon #B4EBB3

Tints of Celadon #B4EBB3

Color information

#B4EBB3 (or 0xB4EBB3) is unknown color: approx Celadon. HEX triplet: B4, EB and B3. RGB value is (180,235,179). Sum of RGB (Red+Green+Blue) = 180+235+179=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBB3 is #4B144C. Grayscale: #D4D4D4. Windows color (decimal): -4920397 or 11791284. OLE color: 11791284.

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

Color convert

RGB180235179-
CMYK0.2300.240.08
HSL118.93º58.33%81.18%-
HSV(B)118.93º23.83%92.16%-
XYZ56.6772.3753.63-
YUV212.17109.28105.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=30.30%
G=39.56%
B=30.13%

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
Decimal1802351790.2300.240.08118.9358.3381.18
HexB4EBB3170188773a51
Octal264353263270301016772121
Binary10110100111010111011001110111011000100011101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBB3; }

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

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

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

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

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

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

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

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