#B4F6C6

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

Shades of Granny Apple #B4F6C6

Tints of Granny Apple #B4F6C6

Color information

#B4F6C6 (or 0xB4F6C6) is unknown color: approx Granny Apple. HEX triplet: B4, F6 and C6. RGB value is (180,246,198). Sum of RGB (Red+Green+Blue) = 180+246+198=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6C6 is #4B0939. Grayscale: #DCDCDC. Windows color (decimal): -4917562 or 13039284. OLE color: 13039284.

HSL color Cylindrical-coordinate representation of color #B4F6C6: hue angle of 136.36º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6C6 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB180246198-
CMYK0.2700.200.04
HSL136.36º78.57%83.53%-
HSV(B)136.36º26.83%96.47%-
XYZ61.9779.6965.54-
YUV220.79115.1398.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 246 (96.48% from 255) = 39.42%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=28.85%
G=39.42%
B=31.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802461980.2700.200.04136.3678.5783.53
HexB4F6C61B0144884f54
Octal264366306330244210117124
Binary101101001111011011000110110110101001001000100010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F6C6; }

 p { color: rgb(180,246,198); }

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

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

 a { background-color: rgb(180,246,198); }

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

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

 span { border-color: rgb(180,246,198); }

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