Html Css Color HEX #9B8E5B Gurkha

📋 copy color: '#9B8E5B'

red 155 ◦ green 142 ◦ blue 91

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

Shades of Gurkha #9B8E5B

Tints of Gurkha #9B8E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.6%

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

R = 39.95%
G = 36.6%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B8E5B (or 0x9B8E5B) is known color: Gurkha. HEX triplet: 9B, 8E and 5B. RGB value is (155,142,91). Sum of RGB (Red+Green+Blue) = 155+142+91=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E5B is #6471A4. Grayscale: #8C8C8C. Windows color (decimal): -6582693 or 6000283. OLE color: 6000283.

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

Color convert

RGB 155 142 91 -
CMYK 0 0.08 0.41 0.39
HSL 47.81º 0.26% 0.48% -
HSV(B) 47.81º 0.41% 0.61% -
XYZ 25.08 27.07 13.8 -
YUV 140.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 155 142 91 0 0.08 0.41 0.39 47.81 0.26 0.48
Hex 9B 8E 5B 0 8 29 27 30 1A 30
Octal 233 216 133 0 10 51 47 60 32 60
Binary 10011011 10001110 1011011 0 1000 101001 100111 110000 11010 110000

Color Harmonies of #9B8E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8E5B

Black with #9B8E5B

Text Example


Text Example

White with #9B8E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,142,91); }

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

background-color css

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

 a { background-color: rgb(155,142,91); }

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

border-color css

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

 span { border-color: rgb(155,142,91); }

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