Html Css Color HEX #99B2A7 Skeptic

📋 copy color: '#99B2A7'

red 153 ◦ green 178 ◦ blue 167

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

Shades of Skeptic #99B2A7

Tints of Skeptic #99B2A7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 30.72%
G = 35.74%
B = 33.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#99B2A7 (or 0x99B2A7) is known color: Skeptic. HEX triplet: 99, B2 and A7. RGB value is (153,178,167). Sum of RGB (Red+Green+Blue) = 153+178+167=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #99B2A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B2A7 is #664D58. Grayscale: #A9A9A9. Windows color (decimal): -6704473 or 10990233. OLE color: 10990233.

HSL color Cylindrical-coordinate representation of color #99B2A7: hue angle of 153.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B2A7 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 178 167 -
CMYK 0.14 0 0.06 0.30
HSL 153.6º 0.14% 0.65% -
HSV(B) 153.6º 0.14% 0.7% -
XYZ 36.03 41.4 42.65 -
YUV 169.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 153 178 167 0.14 0 0.06 0.30 153.6 0.14 0.65
Hex 99 B2 A7 E 0 6 1E 9A E 41
Octal 231 262 247 16 0 6 36 232 16 101
Binary 10011001 10110010 10100111 1110 0 110 11110 10011010 1110 1000001

Color Harmonies of #99B2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B2A7

Black with #99B2A7

Text Example


Text Example

White with #99B2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,178,167); }

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

background-color css

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

 a { background-color: rgb(153,178,167); }

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

border-color css

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

 span { border-color: rgb(153,178,167); }

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