#B4F2B1

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

Shades of Celadon #B4F2B1

Tints of Celadon #B4F2B1

Color information

#B4F2B1 (or 0xB4F2B1) is unknown color: approx Celadon. HEX triplet: B4, F2 and B1. RGB value is (180,242,177). Sum of RGB (Red+Green+Blue) = 180+242+177=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F2B1 is #4B0D4E. Grayscale: #D8D8D8. Windows color (decimal): -4918607 or 11662004. OLE color: 11662004.

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

Color convert

RGB180242177-
CMYK0.2600.270.05
HSL117.23º71.43%82.16%-
HSV(B)117.23º26.86%94.9%-
XYZ58.5176.3853.25-
YUV216.05105.96102.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=30.05%
G=40.40%
B=29.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802421770.2600.270.05117.2371.4382.16
HexB4F2B11A01B5754752
Octal264362261320335165107122
Binary10110100111100101011000111010011011101111010110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F2B1; }

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

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

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

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

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

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

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

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