#B4F1C6

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

Shades of Granny Apple #B4F1C6

Tints of Granny Apple #B4F1C6

Color information

#B4F1C6 (or 0xB4F1C6) is unknown color: approx Granny Apple. HEX triplet: B4, F1 and C6. RGB value is (180,241,198). Sum of RGB (Red+Green+Blue) = 180+241+198=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1C6 is #4B0E39. Grayscale: #D9D9D9. Windows color (decimal): -4918842 or 13038004. OLE color: 13038004.

HSL color Cylindrical-coordinate representation of color #B4F1C6: hue angle of 137.7º degrees, saturation: 0.69, 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 #B4F1C6 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB180241198-
CMYK0.2500.180.05
HSL137.7º68.54%82.55%-
HSV(B)137.7º25.31%94.51%-
XYZ60.4776.6965.04-
YUV217.86116.79101-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=29.08%
G=38.93%
B=31.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802411980.2500.180.05137.768.5482.55
HexB4F1C61901258a4553
Octal264361306310225212105123
Binary101101001111000111000110110010100101011000101010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1C6; }

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

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

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

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

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

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

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

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