Html Css Color HEX #9CA098 Delta

📋 copy color: '#9CA098'

red 156 ◦ green 160 ◦ blue 152

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

Shades of Delta #9CA098

Tints of Delta #9CA098

RGB

 RED value IS 156 (61.33% from 255) = 33.33%

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 33.33%
G = 34.19%
B = 32.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#9CA098 (or 0x9CA098) is known color: Delta. HEX triplet: 9C, A0 and 98. RGB value is (156,160,152). Sum of RGB (Red+Green+Blue) = 156+160+152=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA098 is #635F67. Grayscale: #9D9D9D. Windows color (decimal): -6512488 or 10002588. OLE color: 10002588.

HSL color Cylindrical-coordinate representation of color #9CA098: hue angle of 90º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9CA098 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 152 -
CMYK 0.02 0 0.05 0.37
HSL 90º 0.04% 0.61% -
HSV(B) 90º 0.05% 0.63% -
XYZ 31.95 34.48 34.68 -
YUV 157.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 156 160 152 0.02 0 0.05 0.37 90 0.04 0.61
Hex 9C A0 98 2 0 5 25 5A 4 3D
Octal 234 240 230 2 0 5 45 132 4 75
Binary 10011100 10100000 10011000 10 0 101 100101 1011010 100 111101

Color Harmonies of #9CA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA098

Black with #9CA098

Text Example


Text Example

White with #9CA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA098; }

 p { color: rgb(156,160,152); }

 H1.HeaderClassName
 {
   color: #9CA098;
 }
 .AnyTagClassName
 {
   color: #9CA098;
 }
</style>

background-color css

<style>
 a { background-color: #9CA098; }

 a { background-color: rgb(156,160,152); }

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

border-color css

<style>
 span { border-color: #9CA098; }

 span { border-color: rgb(156,160,152); }

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