#B6FFB2

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

Shades of Celadon #B6FFB2

Tints of Celadon #B6FFB2

Color information

#B6FFB2 (or 0xB6FFB2) is unknown color: approx Celadon. HEX triplet: B6, FF and B2. RGB value is (182,255,178). Sum of RGB (Red+Green+Blue) = 182+255+178=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FFB2 is #49004D. Grayscale: #E0E0E0. Windows color (decimal): -4784206 or 11730870. OLE color: 11730870.

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

Color convert

RGB182255178-
CMYK0.2900.300
HSL116.88º100%84.9%-
HSV(B)116.88º30.2%100%-
XYZ63.0984.6855.14-
YUV224.4101.8297.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.59%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=29.59%
G=41.46%
B=28.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551780.2900.300116.8810084.9
HexB6FFB21D01E0756455
Octal266377262350360165144125
Binary101101101111111110110010111010111100111010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFB2; }

 p { color: rgb(182,255,178); }

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

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

 a { background-color: rgb(182,255,178); }

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

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

 span { border-color: rgb(182,255,178); }

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