#B4F1C9

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

Shades of Granny Apple #B4F1C9

Tints of Granny Apple #B4F1C9

Color information

#B4F1C9 (or 0xB4F1C9) is unknown color: approx Granny Apple. HEX triplet: B4, F1 and C9. RGB value is (180,241,201). Sum of RGB (Red+Green+Blue) = 180+241+201=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1C9 is #4B0E36. Grayscale: #DADADA. Windows color (decimal): -4918839 or 13234612. OLE color: 13234612.

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

Color convert

RGB180241201-
CMYK0.2500.170.05
HSL140.66º68.54%82.55%-
HSV(B)140.66º25.31%94.51%-
XYZ60.8276.8366.88-
YUV218.2118.29100.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=28.94%
G=38.75%
B=32.32%

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
Decimal1802412010.2500.170.05140.6668.5482.55
HexB4F1C91901158d4553
Octal264361311310215215105123
Binary101101001111000111001001110010100011011000110110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1C9; }

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

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

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

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

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

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

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

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