Html Css Color HEX #9B8D5D Gurkha

📋 copy color: '#9B8D5D'

red 155 ◦ green 141 ◦ blue 93

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

Shades of Gurkha #9B8D5D

Tints of Gurkha #9B8D5D

RGB

 RED value IS 155 (60.94% from 255) = 39.85%

 GREEN value IS 141 (55.47% from 255) = 36.25%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 39.85%
G = 36.25%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B8D5D (or 0x9B8D5D) is known color: Gurkha. HEX triplet: 9B, 8D and 5D. RGB value is (155,141,93). Sum of RGB (Red+Green+Blue) = 155+141+93=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D5D is #6472A2. Grayscale: #8B8B8B. Windows color (decimal): -6582947 or 6131099. OLE color: 6131099.

HSL color Cylindrical-coordinate representation of color #9B8D5D: hue angle of 46.45º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B8D5D is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 93 -
CMYK 0 0.09 0.4 0.39
HSL 46.45º 0.25% 0.49% -
HSV(B) 46.45º 0.4% 0.61% -
XYZ 25.02 26.81 14.21 -
YUV 139.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 155 141 93 0 0.09 0.4 0.39 46.45 0.25 0.49
Hex 9B 8D 5D 0 9 28 27 2E 19 31
Octal 233 215 135 0 11 50 47 56 31 61
Binary 10011011 10001101 1011101 0 1001 101000 100111 101110 11001 110001

Color Harmonies of #9B8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D5D

Black with #9B8D5D

Text Example


Text Example

White with #9B8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,93); }

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

background-color css

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

 a { background-color: rgb(155,141,93); }

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

border-color css

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

 span { border-color: rgb(155,141,93); }

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