#B9F2CA

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

Shades of Granny Apple #B9F2CA

Tints of Granny Apple #B9F2CA

Color information

#B9F2CA (or 0xB9F2CA) is unknown color: approx Granny Apple. HEX triplet: B9, F2 and CA. RGB value is (185,242,202). Sum of RGB (Red+Green+Blue) = 185+242+202=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CA is #460D35. Grayscale: #DCDCDC. Windows color (decimal): -4590902 or 13300409. OLE color: 13300409.

HSL color Cylindrical-coordinate representation of color #B9F2CA: hue angle of 137.89º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2CA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB185242202-
CMYK0.2400.170.05
HSL137.89º68.67%83.73%-
HSV(B)137.89º23.55%94.9%-
XYZ62.4278.0867.66-
YUV220.4117.62102.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.41%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=29.41%
G=38.47%
B=32.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852422020.2400.170.05137.8968.6783.73
HexB9F2CA1801158a4554
Octal271362312300215212105124
Binary101110011111001011001010110000100011011000101010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F2CA; }

 p { color: rgb(185,242,202); }

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

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

 a { background-color: rgb(185,242,202); }

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

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

 span { border-color: rgb(185,242,202); }

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