#B6FCB3

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

Shades of Celadon #B6FCB3

Tints of Celadon #B6FCB3

Color information

#B6FCB3 (or 0xB6FCB3) is unknown color: approx Celadon. HEX triplet: B6, FC and B3. RGB value is (182,252,179). Sum of RGB (Red+Green+Blue) = 182+252+179=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCB3 is #49034C. Grayscale: #DEDEDE. Windows color (decimal): -4784973 or 11795638. OLE color: 11795638.

HSL color Cylindrical-coordinate representation of color #B6FCB3: hue angle of 117.53º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FCB3 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB182252179-
CMYK0.2800.290.01
HSL117.53º92.41%84.51%-
HSV(B)117.53º28.97%98.82%-
XYZ62.2482.8255.35-
YUV222.75103.3198.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 179 (70.31% from 255) = 29.20%
R=29.69%
G=41.11%
B=29.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521790.2800.290.01117.5392.4184.51
HexB6FCB31C01D1765c55
Octal266374263340351166134125
Binary101101101111110010110011111000111011111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCB3; }

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

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

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

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

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

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

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

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