#B4FCB1

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

Shades of Celadon #B4FCB1

Tints of Celadon #B4FCB1

Color information

#B4FCB1 (or 0xB4FCB1) is unknown color: approx Celadon. HEX triplet: B4, FC and B1. RGB value is (180,252,177). Sum of RGB (Red+Green+Blue) = 180+252+177=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FCB1 is #4B034E. Grayscale: #DEDEDE. Windows color (decimal): -4916047 or 11664564. OLE color: 11664564.

HSL color Cylindrical-coordinate representation of color #B4FCB1: hue angle of 117.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4FCB1 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB180252177-
CMYK0.2900.300.01
HSL117.6º92.59%84.12%-
HSV(B)117.6º29.76%98.82%-
XYZ61.5782.554.27-
YUV221.92102.6598.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=29.56%
G=41.38%
B=29.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521770.2900.300.01117.692.5984.12
HexB4FCB11D01E1765d54
Octal264374261350361166135124
Binary101101001111110010110001111010111101111011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCB1; }

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

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

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

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

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

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

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

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