#B6F9B4

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

Shades of Celadon #B6F9B4

Tints of Celadon #B6F9B4

Color information

#B6F9B4 (or 0xB6F9B4) is unknown color: approx Celadon. HEX triplet: B6, F9 and B4. RGB value is (182,249,180). Sum of RGB (Red+Green+Blue) = 182+249+180=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9B4 is #49064B. Grayscale: #DDDDDD. Windows color (decimal): -4785740 or 11860406. OLE color: 11860406.

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

Color convert

RGB182249180-
CMYK0.2700.280.02
HSL118.26º85.19%84.12%-
HSV(B)118.26º27.71%97.65%-
XYZ61.4180.9955.58-
YUV221.1104.8100.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=29.79%
G=40.75%
B=29.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822491800.2700.280.02118.2685.1984.12
HexB6F9B41B01C2765554
Octal266371264330342166125124
Binary1011011011111001101101001101101110010111011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9B4; }

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

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

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

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

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

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

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

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