#9B8A30

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

Shades of Lemon Ginger #9B8A30

Tints of Lemon Ginger #9B8A30

Color information

#9B8A30 (or 0x9B8A30) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8A and 30. RGB value is (155,138,48). Sum of RGB (Red+Green+Blue) = 155+138+48=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A30 is #6475CF. Grayscale: #858585. Windows color (decimal): -6583760 or 3181211. OLE color: 3181211.

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

Color convert

RGB15513848-
CMYK00.110.690.39
HSL50.47º52.71%39.8%-
HSV(B)50.47º69.03%60.78%-
XYZ23.1425.366.47-
YUV132.8280.13143.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=45.45%
G=40.47%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551384800.110.690.3950.4752.7139.8
Hex9B8A300B4527323528
Octal2332126001310547626550
Binary1001101110001010110000010111000101100111110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,48); }

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

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

 a { background-color: rgb(155,138,48); }

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

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

 span { border-color: rgb(155,138,48); }

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