#B6F2C8

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

Shades of Granny Apple #B6F2C8

Tints of Granny Apple #B6F2C8

Color information

#B6F2C8 (or 0xB6F2C8) is unknown color: approx Granny Apple. HEX triplet: B6, F2 and C8. RGB value is (182,242,200). Sum of RGB (Red+Green+Blue) = 182+242+200=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F2C8 is #490D37. Grayscale: #DBDBDB. Windows color (decimal): -4787512 or 13169334. OLE color: 13169334.

HSL color Cylindrical-coordinate representation of color #B6F2C8: hue angle of 138º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F2C8 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB182242200-
CMYK0.2500.170.05
HSL138º69.77%83.14%-
HSV(B)138º24.79%94.9%-
XYZ61.4777.6266.39-
YUV219.27117.12101.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.17%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=29.17%
G=38.78%
B=32.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822422000.2500.170.0513869.7783.14
HexB6F2C81901158a4653
Octal266362310310215212106123
Binary101101101111001011001000110010100011011000101010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F2C8; }

 p { color: rgb(182,242,200); }

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

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

 a { background-color: rgb(182,242,200); }

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

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

 span { border-color: rgb(182,242,200); }

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