#B4FFC3

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

Shades of Granny Apple #B4FFC3

Tints of Granny Apple #B4FFC3

Color information

#B4FFC3 (or 0xB4FFC3) is unknown color: approx Granny Apple. HEX triplet: B4, FF and C3. RGB value is (180,255,195). Sum of RGB (Red+Green+Blue) = 180+255+195=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFC3 is #4B003C. Grayscale: #E1E1E1. Windows color (decimal): -4915261 or 12844980. OLE color: 12844980.

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

Color convert

RGB180255195-
CMYK0.2900.240
HSL132º100%85.29%-
HSV(B)132º29.41%100%-
XYZ64.4385.1664.67-
YUV225.74110.6595.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.57%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 195 (76.56% from 255) = 30.95%
R=28.57%
G=40.48%
B=30.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551950.2900.24013210085.29
HexB4FFC31D0180846455
Octal264377303350300204144125
Binary1011010011111111110000111110101100001000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFC3; }

 p { color: rgb(180,255,195); }

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

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

 a { background-color: rgb(180,255,195); }

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

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

 span { border-color: rgb(180,255,195); }

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