#9b9023

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

Shades of Lemon Ginger #9B9023

Tints of Lemon Ginger #9B9023

Color information

#9B9023 (or 0x9B9023) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 90 and 23. RGB value is (155,144,35). Sum of RGB (Red+Green+Blue) = 155+144+35=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9023 is #646FDC. Grayscale: #878787. Windows color (decimal): -6582237 or 2330779. OLE color: 2330779.

HSL color Cylindrical-coordinate representation of color #9B9023: hue angle of 54.5º 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 #9B9023 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB15514435-
CMYK00.070.770.39
HSL54.5º63.16%37.25%-
HSV(B)54.5º77.42%60.78%-
XYZ23.7927.045.55-
YUV134.8671.64142.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 35 (14.06% from 255) = 10.48%
R=46.41%
G=43.11%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551443500.070.770.3954.563.1637.25
Hex9B9023074D27363f25
Octal233220430711547667745
Binary100110111001000010001101111001101100111110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b9023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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