Html Css Color HEX #99BAA4 Summer Green

📋 copy color: '#99BAA4'

red 153 ◦ green 186 ◦ blue 164

#99BAA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #99BAA4

Tints of Summer Green #99BAA4

RGB

 RED value IS 153 (60.16% from 255) = 30.42%

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 164 (64.45% from 255) = 32.6%

R = 30.42%
G = 36.98%
B = 32.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#99BAA4 (or 0x99BAA4) is known color: Summer Green. HEX triplet: 99, BA and A4. RGB value is (153,186,164). Sum of RGB (Red+Green+Blue) = 153+186+164=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAA4 is #66455B. Grayscale: #ADADAD. Windows color (decimal): -6702428 or 10795673. OLE color: 10795673.

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

Color convert

RGB 153 186 164 -
CMYK 0.18 0 0.12 0.27
HSL 140º 0.19% 0.66% -
HSV(B) 140º 0.18% 0.73% -
XYZ 37.4 44.57 41.75 -
YUV 173.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 153 186 164 0.18 0 0.12 0.27 140 0.19 0.66
Hex 99 BA A4 12 0 C 1B 8C 13 42
Octal 231 272 244 22 0 14 33 214 23 102
Binary 10011001 10111010 10100100 10010 0 1100 11011 10001100 10011 1000010

Color Harmonies of #99BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAA4

Black with #99BAA4

Text Example


Text Example

White with #99BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BAA4;
 }
 .AnyTagClassName
 {
   color: #99BAA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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