#B6F4B4

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

Shades of Celadon #B6F4B4

Tints of Celadon #B6F4B4

Color information

#B6F4B4 (or 0xB6F4B4) is unknown color: approx Celadon. HEX triplet: B6, F4 and B4. RGB value is (182,244,180). Sum of RGB (Red+Green+Blue) = 182+244+180=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F4B4 is #490B4B. Grayscale: #DADADA. Windows color (decimal): -4787020 or 11859126. OLE color: 11859126.

HSL color Cylindrical-coordinate representation of color #B6F4B4: hue angle of 118.12º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F4B4 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB182244180-
CMYK0.2500.260.04
HSL118.12º74.42%83.14%-
HSV(B)118.12º26.23%95.69%-
XYZ59.8877.9455.07-
YUV218.17106.46102.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=30.03%
G=40.26%
B=29.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822441800.2500.260.04118.1274.4283.14
HexB6F4B41901A4764a53
Octal266364264310324166112123
Binary10110110111101001011010011001011010100111011010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F4B4; }

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

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

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

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

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

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

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

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