Html Css Color HEX #99B5A5 Skeptic

📋 copy color: '#99B5A5'

red 153 ◦ green 181 ◦ blue 165

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

Shades of Skeptic #99B5A5

Tints of Skeptic #99B5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 30.66%
G = 36.27%
B = 33.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#99B5A5 (or 0x99B5A5) is known color: Skeptic. HEX triplet: 99, B5 and A5. RGB value is (153,181,165). Sum of RGB (Red+Green+Blue) = 153+181+165=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #99B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B5A5 is #664A5A. Grayscale: #AAAAAA. Windows color (decimal): -6703707 or 10859929. OLE color: 10859929.

HSL color Cylindrical-coordinate representation of color #99B5A5: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B5A5 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 181 165 -
CMYK 0.15 0 0.09 0.29
HSL 145.71º 0.16% 0.65% -
HSV(B) 145.71º 0.15% 0.71% -
XYZ 36.45 42.54 41.89 -
YUV 170.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 153 181 165 0.15 0 0.09 0.29 145.71 0.16 0.65
Hex 99 B5 A5 F 0 9 1D 92 10 41
Octal 231 265 245 17 0 11 35 222 20 101
Binary 10011001 10110101 10100101 1111 0 1001 11101 10010010 10000 1000001

Color Harmonies of #99B5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B5A5

Black with #99B5A5

Text Example


Text Example

White with #99B5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,181,165); }

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

background-color css

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

 a { background-color: rgb(153,181,165); }

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

border-color css

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

 span { border-color: rgb(153,181,165); }

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