#B4EBB4

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

Shades of Celadon #B4EBB4

Tints of Celadon #B4EBB4

Color information

#B4EBB4 (or 0xB4EBB4) is unknown color: approx Celadon. HEX triplet: B4, EB and B4. RGB value is (180,235,180). Sum of RGB (Red+Green+Blue) = 180+235+180=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBB4 is #4B144B. Grayscale: #D4D4D4. Windows color (decimal): -4920396 or 11856820. OLE color: 11856820.

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

Color convert

RGB180235180-
CMYK0.2300.230.08
HSL120º57.89%81.37%-
HSV(B)120º23.4%92.16%-
XYZ56.7772.4254.17-
YUV212.28109.78104.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.25%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=30.25%
G=39.50%
B=30.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351800.2300.230.0812057.8981.37
HexB4EBB4170178783a51
Octal264353264270271017072121
Binary10110100111010111011010010111010111100011110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBB4; }

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

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

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

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

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

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

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

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