Html Css Color HEX #999C90 Delta

📋 copy color: '#999C90'

red 153 ◦ green 156 ◦ blue 144

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

Shades of Delta #999C90

Tints of Delta #999C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 33.77%
G = 34.44%
B = 31.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#999C90 (or 0x999C90) is known color: Delta. HEX triplet: 99, 9C and 90. RGB value is (153,156,144). Sum of RGB (Red+Green+Blue) = 153+156+144=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 156 - color contains mainly: green. Hex color #999C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C90 is #66636F. Grayscale: #999999. Windows color (decimal): -6710128 or 9477273. OLE color: 9477273.

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

Color convert

RGB 153 156 144 -
CMYK 0.02 0 0.08 0.39
HSL 75º 0.06% 0.59% -
HSV(B) 75º 0.08% 0.61% -
XYZ 30.06 32.56 31.09 -
YUV 153.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 153 156 144 0.02 0 0.08 0.39 75 0.06 0.59
Hex 99 9C 90 2 0 8 27 4B 6 3B
Octal 231 234 220 2 0 10 47 113 6 73
Binary 10011001 10011100 10010000 10 0 1000 100111 1001011 110 111011

Color Harmonies of #999C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C90

Black with #999C90

Text Example


Text Example

White with #999C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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