#99BBA4

Color #99BBA4 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #99BBA4

Tints of Summer Green #99BBA4

Color information

#99BBA4 (or 0x99BBA4) is unknown color: approx Summer Green. HEX triplet: 99, BB and A4. RGB value is (153,187,164). Sum of RGB (Red+Green+Blue) = 153+187+164=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBA4 is #66445B. Grayscale: #AEAEAE. Windows color (decimal): -6702172 or 10795929. OLE color: 10795929.

HSL color Cylindrical-coordinate representation of color #99BBA4: hue angle of 139.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBA4 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB153187164-
CMYK0.1800.120.27
HSL139.41º20%66.67%-
HSV(B)139.41º18.18%73.33%-
XYZ37.6144.9941.82-
YUV174.21122.24112.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=30.36%
G=37.10%
B=32.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871640.1800.120.27139.412066.67
Hex99BBA4120C1B8b1443
Octal231273244220143321324103
Binary10011001101110111010010010010011001101110001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BBA4; }

 p { color: rgb(153,187,164); }

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

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

 a { background-color: rgb(153,187,164); }

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

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

 span { border-color: rgb(153,187,164); }

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