#B4F2B3

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

Shades of Celadon #B4F2B3

Tints of Celadon #B4F2B3

Color information

#B4F2B3 (or 0xB4F2B3) is unknown color: approx Celadon. HEX triplet: B4, F2 and B3. RGB value is (180,242,179). Sum of RGB (Red+Green+Blue) = 180+242+179=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2B3 is #4B0D4C. Grayscale: #D8D8D8. Windows color (decimal): -4918605 or 11793076. OLE color: 11793076.

HSL color Cylindrical-coordinate representation of color #B4F2B3: hue angle of 119.05º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F2B3 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB180242179-
CMYK0.2600.260.05
HSL119.05º70.79%82.55%-
HSV(B)119.05º26.03%94.9%-
XYZ58.7176.4654.31-
YUV216.28106.96102.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=29.95%
G=40.27%
B=29.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802421790.2600.260.05119.0570.7982.55
HexB4F2B31A01A5774753
Octal264362263320325167107123
Binary10110100111100101011001111010011010101111011110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F2B3; }

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

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

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

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

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

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

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

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