#B6F9B2

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

Shades of Celadon #B6F9B2

Tints of Celadon #B6F9B2

Color information

#B6F9B2 (or 0xB6F9B2) is unknown color: approx Celadon. HEX triplet: B6, F9 and B2. RGB value is (182,249,178). Sum of RGB (Red+Green+Blue) = 182+249+178=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F9B2 is #49064D. Grayscale: #DDDDDD. Windows color (decimal): -4785742 or 11729334. OLE color: 11729334.

HSL color Cylindrical-coordinate representation of color #B6F9B2: hue angle of 116.62º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6F9B2 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB182249178-
CMYK0.2700.290.02
HSL116.62º85.54%83.73%-
HSV(B)116.62º28.51%97.65%-
XYZ61.280.9154.51-
YUV220.87103.8100.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=29.89%
G=40.89%
B=29.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822491780.2700.290.02116.6285.5483.73
HexB6F9B21B01D2755654
Octal266371262330352165126124
Binary1011011011111001101100101101101110110111010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9B2; }

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

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

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

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

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

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

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

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