Html Css Color HEX #99BFA0 Summer Green

📋 copy color: '#99BFA0'

red 153 ◦ green 191 ◦ blue 160

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

Shades of Summer Green #99BFA0

Tints of Summer Green #99BFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 30.36%
G = 37.9%
B = 31.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#99BFA0 (or 0x99BFA0) is known color: Summer Green. HEX triplet: 99, BF and A0. RGB value is (153,191,160). Sum of RGB (Red+Green+Blue) = 153+191+160=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFA0 is #66405F. Grayscale: #B0B0B0. Windows color (decimal): -6701152 or 10534809. OLE color: 10534809.

HSL color Cylindrical-coordinate representation of color #99BFA0: hue angle of 131.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFA0 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 160 -
CMYK 0.20 0 0.16 0.25
HSL 131.05º 0.23% 0.67% -
HSV(B) 131.05º 0.2% 0.75% -
XYZ 38.11 46.57 40.24 -
YUV 176.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 153 191 160 0.20 0 0.16 0.25 131.05 0.23 0.67
Hex 99 BF A0 14 0 10 19 83 17 43
Octal 231 277 240 24 0 20 31 203 27 103
Binary 10011001 10111111 10100000 10100 0 10000 11001 10000011 10111 1000011

Color Harmonies of #99BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BFA0

Black with #99BFA0

Text Example


Text Example

White with #99BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,191,160); }

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

background-color css

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

 a { background-color: rgb(153,191,160); }

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

border-color css

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

 span { border-color: rgb(153,191,160); }

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