Html Css Color HEX #999C9A Edward

📋 copy color: '#999C9A'

red 153 ◦ green 156 ◦ blue 154

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

Shades of Edward #999C9A

Tints of Edward #999C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 33.05%
G = 33.69%
B = 33.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#999C9A (or 0x999C9A) is known color: Edward. HEX triplet: 99, 9C and 9A. RGB value is (153,156,154). Sum of RGB (Red+Green+Blue) = 153+156+154=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 156 - color contains mainly: green. Hex color #999C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C9A is #666365. Grayscale: #9A9A9A. Windows color (decimal): -6710118 or 10132633. OLE color: 10132633.

HSL color Cylindrical-coordinate representation of color #999C9A: hue angle of 140º degrees, saturation: 0.01, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #999C9A is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 154 -
CMYK 0.02 0 0.01 0.39
HSL 140º 0.01% 0.61% -
HSV(B) 140º 0.02% 0.61% -
XYZ 30.86 32.88 35.29 -
YUV 154.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 153 156 154 0.02 0 0.01 0.39 140 0.01 0.61
Hex 99 9C 9A 2 0 1 27 8C 1 3D
Octal 231 234 232 2 0 1 47 214 1 75
Binary 10011001 10011100 10011010 10 0 1 100111 10001100 1 111101

Color Harmonies of #999C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C9A

Black with #999C9A

Text Example


Text Example

White with #999C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C9A; }

 p { color: rgb(153,156,154); }

 H1.HeaderClassName
 {
   color: #999C9A;
 }
 .AnyTagClassName
 {
   color: #999C9A;
 }
</style>

background-color css

<style>
 a { background-color: #999C9A; }

 a { background-color: rgb(153,156,154); }

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

border-color css

<style>
 span { border-color: #999C9A; }

 span { border-color: rgb(153,156,154); }

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