#9B8D23

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

Shades of Lemon Ginger #9B8D23

Tints of Lemon Ginger #9B8D23

Color information

#9B8D23 (or 0x9B8D23) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8D and 23. RGB value is (155,141,35). Sum of RGB (Red+Green+Blue) = 155+141+35=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D23 is #6472DC. Grayscale: #858585. Windows color (decimal): -6583005 or 2330011. OLE color: 2330011.

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

Color convert

RGB15514135-
CMYK00.090.770.39
HSL53º63.16%37.25%-
HSV(B)53º77.42%60.78%-
XYZ23.3526.145.41-
YUV133.172.64143.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 35 (14.06% from 255) = 10.57%
R=46.83%
G=42.60%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551413500.090.770.395363.1637.25
Hex9B8D23094D27353f25
Octal2332154301111547657745
Binary1001101110001101100011010011001101100111110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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