Html Css Color HEX #9B9256 Gurkha

📋 copy color: '#9B9256'

red 155 ◦ green 146 ◦ blue 86

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

Shades of Gurkha #9B9256

Tints of Gurkha #9B9256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 40.05%
G = 37.73%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B9256 (or 0x9B9256) is known color: Gurkha. HEX triplet: 9B, 92 and 56. RGB value is (155,146,86). Sum of RGB (Red+Green+Blue) = 155+146+86=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9256 is #646DA9. Grayscale: #8E8E8E. Windows color (decimal): -6581674 or 5673627. OLE color: 5673627.

HSL color Cylindrical-coordinate representation of color #9B9256: hue angle of 52.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B9256 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 86 -
CMYK 0 0.06 0.45 0.39
HSL 52.17º 0.29% 0.47% -
HSV(B) 52.17º 0.45% 0.61% -
XYZ 25.48 28.2 12.9 -
YUV 141.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 155 146 86 0 0.06 0.45 0.39 52.17 0.29 0.47
Hex 9B 92 56 0 6 2D 27 34 1D 2F
Octal 233 222 126 0 6 55 47 64 35 57
Binary 10011011 10010010 1010110 0 110 101101 100111 110100 11101 101111

Color Harmonies of #9B9256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9256

Black with #9B9256

Text Example


Text Example

White with #9B9256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,86); }

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

background-color css

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

 a { background-color: rgb(155,146,86); }

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

border-color css

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

 span { border-color: rgb(155,146,86); }

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