Html Css Color HEX #9E955B Gurkha

📋 copy color: '#9E955B'

red 158 ◦ green 149 ◦ blue 91

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

Shades of Gurkha #9E955B

Tints of Gurkha #9E955B

RGB

 RED value IS 158 (62.11% from 255) = 39.7%

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 91 (35.94% from 255) = 22.86%

R = 39.7%
G = 37.44%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E955B (or 0x9E955B) is known color: Gurkha. HEX triplet: 9E, 95 and 5B. RGB value is (158,149,91). Sum of RGB (Red+Green+Blue) = 158+149+91=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E955B is #616AA4. Grayscale: #919191. Windows color (decimal): -6384293 or 6002078. OLE color: 6002078.

HSL color Cylindrical-coordinate representation of color #9E955B: hue angle of 51.94º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E955B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 149 91 -
CMYK 0 0.06 0.42 0.38
HSL 51.94º 0.27% 0.49% -
HSV(B) 51.94º 0.42% 0.62% -
XYZ 26.74 29.52 14.19 -
YUV 145.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 158 149 91 0 0.06 0.42 0.38 51.94 0.27 0.49
Hex 9E 95 5B 0 6 2A 26 34 1B 31
Octal 236 225 133 0 6 52 46 64 33 61
Binary 10011110 10010101 1011011 0 110 101010 100110 110100 11011 110001

Color Harmonies of #9E955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E955B

Black with #9E955B

Text Example


Text Example

White with #9E955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,149,91); }

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

background-color css

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

 a { background-color: rgb(158,149,91); }

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

border-color css

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

 span { border-color: rgb(158,149,91); }

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