Html Css Color HEX #9CA295 Delta

📋 copy color: '#9CA295'

red 156 ◦ green 162 ◦ blue 149

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

Shades of Delta #9CA295

Tints of Delta #9CA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 33.4%
G = 34.69%
B = 31.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#9CA295 (or 0x9CA295) is known color: Delta. HEX triplet: 9C, A2 and 95. RGB value is (156,162,149). Sum of RGB (Red+Green+Blue) = 156+162+149=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA295 is #635D6A. Grayscale: #9E9E9E. Windows color (decimal): -6511979 or 9806492. OLE color: 9806492.

HSL color Cylindrical-coordinate representation of color #9CA295: hue angle of 87.69º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CA295 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 149 -
CMYK 0.04 0 0.08 0.36
HSL 87.69º 0.07% 0.61% -
HSV(B) 87.69º 0.08% 0.64% -
XYZ 32.06 35.08 33.52 -
YUV 158.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 156 162 149 0.04 0 0.08 0.36 87.69 0.07 0.61
Hex 9C A2 95 4 0 8 24 58 7 3D
Octal 234 242 225 4 0 10 44 130 7 75
Binary 10011100 10100010 10010101 100 0 1000 100100 1011000 111 111101

Color Harmonies of #9CA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA295

Black with #9CA295

Text Example


Text Example

White with #9CA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,162,149); }

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

background-color css

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

 a { background-color: rgb(156,162,149); }

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

border-color css

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

 span { border-color: rgb(156,162,149); }

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