Html Css Color HEX #9C8F5B Gurkha

📋 copy color: '#9C8F5B'

red 156 ◦ green 143 ◦ blue 91

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

Shades of Gurkha #9C8F5B

Tints of Gurkha #9C8F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

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

R = 40%
G = 36.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C8F5B (or 0x9C8F5B) is known color: Gurkha. HEX triplet: 9C, 8F and 5B. RGB value is (156,143,91). Sum of RGB (Red+Green+Blue) = 156+143+91=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F5B is #6370A4. Grayscale: #8D8D8D. Windows color (decimal): -6516901 or 6000540. OLE color: 6000540.

HSL color Cylindrical-coordinate representation of color #9C8F5B: hue angle of 48º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C8F5B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 143 91 -
CMYK 0 0.08 0.42 0.39
HSL 48º 0.26% 0.48% -
HSV(B) 48º 0.42% 0.61% -
XYZ 25.42 27.47 13.86 -
YUV 140.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 156 143 91 0 0.08 0.42 0.39 48 0.26 0.48
Hex 9C 8F 5B 0 8 2A 27 30 1A 30
Octal 234 217 133 0 10 52 47 60 32 60
Binary 10011100 10001111 1011011 0 1000 101010 100111 110000 11010 110000

Color Harmonies of #9C8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8F5B

Black with #9C8F5B

Text Example


Text Example

White with #9C8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,143,91); }

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

background-color css

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

 a { background-color: rgb(156,143,91); }

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

border-color css

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

 span { border-color: rgb(156,143,91); }

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