Html Css Color HEX #9A9278 Gurkha

📋 copy color: '#9A9278'

red 154 ◦ green 146 ◦ blue 120

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

Shades of Gurkha #9A9278

Tints of Gurkha #9A9278

RGB

 RED value IS 154 (60.55% from 255) = 36.67%

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 36.67%
G = 34.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#9A9278 (or 0x9A9278) is known color: Gurkha. HEX triplet: 9A, 92 and 78. RGB value is (154,146,120). Sum of RGB (Red+Green+Blue) = 154+146+120=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9278 is #656D87. Grayscale: #919191. Windows color (decimal): -6647176 or 7901850. OLE color: 7901850.

HSL color Cylindrical-coordinate representation of color #9A9278: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A9278 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 146 120 -
CMYK 0 0.05 0.22 0.40
HSL 45.88º 0.14% 0.54% -
HSV(B) 45.88º 0.22% 0.6% -
XYZ 27 28.78 21.9 -
YUV 145.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 154 146 120 0 0.05 0.22 0.40 45.88 0.14 0.54
Hex 9A 92 78 0 5 16 28 2E E 36
Octal 232 222 170 0 5 26 50 56 16 66
Binary 10011010 10010010 1111000 0 101 10110 101000 101110 1110 110110

Color Harmonies of #9A9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9278

Black with #9A9278

Text Example


Text Example

White with #9A9278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,146,120); }

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

background-color css

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

 a { background-color: rgb(154,146,120); }

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

border-color css

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

 span { border-color: rgb(154,146,120); }

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