#B4EBB6

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

Shades of Celadon #B4EBB6

Tints of Celadon #B4EBB6

Color information

#B4EBB6 (or 0xB4EBB6) is unknown color: approx Celadon. HEX triplet: B4, EB and B6. RGB value is (180,235,182). Sum of RGB (Red+Green+Blue) = 180+235+182=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBB6 is #4B1449. Grayscale: #D4D4D4. Windows color (decimal): -4920394 or 11987892. OLE color: 11987892.

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

Color convert

RGB180235182-
CMYK0.2300.230.08
HSL122.18º57.89%81.37%-
HSV(B)122.18º23.4%92.16%-
XYZ56.9772.555.25-
YUV212.51110.78104.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.15%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 182 (71.48% from 255) = 30.49%
R=30.15%
G=39.36%
B=30.49%

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
Decimal1802351820.2300.230.08122.1857.8981.37
HexB4EBB61701787a3a51
Octal264353266270271017272121
Binary10110100111010111011011010111010111100011110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBB6; }

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

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

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

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

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

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

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

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