#B6FCB1

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

Shades of Celadon #B6FCB1

Tints of Celadon #B6FCB1

Color information

#B6FCB1 (or 0xB6FCB1) is unknown color: approx Celadon. HEX triplet: B6, FC and B1. RGB value is (182,252,177). Sum of RGB (Red+Green+Blue) = 182+252+177=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FCB1 is #49034E. Grayscale: #DEDEDE. Windows color (decimal): -4784975 or 11664566. OLE color: 11664566.

HSL color Cylindrical-coordinate representation of color #B6FCB1: hue angle of 116º 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 #B6FCB1 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB182252177-
CMYK0.2800.300.01
HSL116º92.59%84.12%-
HSV(B)116º29.76%98.82%-
XYZ62.0482.7454.3-
YUV222.52102.3199.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=29.79%
G=41.24%
B=28.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521770.2800.300.0111692.5984.12
HexB6FCB11C01E1745d54
Octal266374261340361164135124
Binary101101101111110010110001111000111101111010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCB1; }

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

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

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

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

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

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

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

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