#9B8727

Color #9B8727 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #9B8727

Tints of Lemon Ginger #9B8727

Color information

#9B8727 (or 0x9B8727) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 87 and 27. RGB value is (155,135,39). Sum of RGB (Red+Green+Blue) = 155+135+39=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8727 is #6478D8. Grayscale: #828282. Windows color (decimal): -6584537 or 2590619. OLE color: 2590619.

HSL color Cylindrical-coordinate representation of color #9B8727: hue angle of 49.66º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B8727 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15513539-
CMYK00.130.750.39
HSL49.66º59.79%38.04%-
HSV(B)49.66º74.84%60.78%-
XYZ22.5524.445.45-
YUV130.0476.63145.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 39 (15.62% from 255) = 11.85%
R=47.11%
G=41.03%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551353900.130.750.3949.6659.7938.04
Hex9B87270D4B27323c26
Octal2332074701511347627446
Binary1001101110000111100111011011001011100111110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,39); }

 H1.HeaderClassName
 {
   color: #9B8727;
 }
 .AnyTagClassName
 {
   color: #9B8727;
 }
</style>
background-color css

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

 a { background-color: rgb(155,135,39); }

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

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

 span { border-color: rgb(155,135,39); }

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