#B6FCC5

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

Shades of Granny Apple #B6FCC5

Tints of Granny Apple #B6FCC5

Color information

#B6FCC5 (or 0xB6FCC5) is unknown color: approx Granny Apple. HEX triplet: B6, FC and C5. RGB value is (182,252,197). Sum of RGB (Red+Green+Blue) = 182+252+197=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCC5 is #49033A. Grayscale: #E0E0E0. Windows color (decimal): -4784955 or 12975286. OLE color: 12975286.

HSL color Cylindrical-coordinate representation of color #B6FCC5: hue angle of 132.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FCC5 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB182252197-
CMYK0.2800.220.01
HSL132.86º92.11%85.1%-
HSV(B)132.86º27.78%98.82%-
XYZ64.1883.665.58-
YUV224.8112.3197.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.84%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 197 (77.34% from 255) = 31.22%
R=28.84%
G=39.94%
B=31.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521970.2800.220.01132.8692.1185.1
HexB6FCC51C0161855c55
Octal266374305340261205134125
Binary1011011011111100110001011110001011011000010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCC5; }

 p { color: rgb(182,252,197); }

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

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

 a { background-color: rgb(182,252,197); }

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

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

 span { border-color: rgb(182,252,197); }

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