#B9FFCC

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

Shades of Granny Apple #B9FFCC

Tints of Granny Apple #B9FFCC

Color information

#B9FFCC (or 0xB9FFCC) is unknown color: approx Granny Apple. HEX triplet: B9, FF and CC. RGB value is (185,255,204). Sum of RGB (Red+Green+Blue) = 185+255+204=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFCC is #460033. Grayscale: #E4E4E4. Windows color (decimal): -4587572 or 13434809. OLE color: 13434809.

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

Color convert

RGB185255204-
CMYK0.2700.20
HSL136.29º100%86.27%-
HSV(B)136.29º27.45%100%-
XYZ66.6786.1970.25-
YUV228.26114.3197.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.73%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=28.73%
G=39.60%
B=31.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552040.2700.20136.2910086.27
HexB9FFCC1B0140886456
Octal271377314330240210144126
Binary1011100111111111110011001101101010001000100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFCC; }

 p { color: rgb(185,255,204); }

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

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

 a { background-color: rgb(185,255,204); }

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

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

 span { border-color: rgb(185,255,204); }

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