Html Css Color HEX #9CA592 Delta

📋 copy color: '#9CA592'

red 156 ◦ green 165 ◦ blue 146

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

Shades of Delta #9CA592

Tints of Delta #9CA592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 33.4%
G = 35.33%
B = 31.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#9CA592 (or 0x9CA592) is known color: Delta. HEX triplet: 9C, A5 and 92. RGB value is (156,165,146). Sum of RGB (Red+Green+Blue) = 156+165+146=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA592 is #635A6D. Grayscale: #A0A0A0. Windows color (decimal): -6511214 or 9610652. OLE color: 9610652.

HSL color Cylindrical-coordinate representation of color #9CA592: hue angle of 88.42º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CA592 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 146 -
CMYK 0.05 0 0.12 0.35
HSL 88.42º 0.1% 0.61% -
HSV(B) 88.42º 0.12% 0.65% -
XYZ 32.35 36.05 32.45 -
YUV 160.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 156 165 146 0.05 0 0.12 0.35 88.42 0.1 0.61
Hex 9C A5 92 5 0 C 23 58 A 3D
Octal 234 245 222 5 0 14 43 130 12 75
Binary 10011100 10100101 10010010 101 0 1100 100011 1011000 1010 111101

Color Harmonies of #9CA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA592

Black with #9CA592

Text Example


Text Example

White with #9CA592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,165,146); }

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

background-color css

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

 a { background-color: rgb(156,165,146); }

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

border-color css

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

 span { border-color: rgb(156,165,146); }

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