Html Css Color HEX #9B9123 Lemon Ginger

📋 copy color: '#9B9123'

red 155 ◦ green 145 ◦ blue 35

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

Shades of Lemon Ginger #9B9123

Tints of Lemon Ginger #9B9123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 46.27%
G = 43.28%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B9123 (or 0x9B9123) is known color: Lemon Ginger. HEX triplet: 9B, 91 and 23. RGB value is (155,145,35). Sum of RGB (Red+Green+Blue) = 155+145+35=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9123 is #646EDC. Grayscale: #878787. Windows color (decimal): -6581981 or 2331035. OLE color: 2331035.

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

Color convert

RGB 155 145 35 -
CMYK 0 0.06 0.77 0.39
HSL 55º 0.63% 0.37% -
HSV(B) 55º 0.77% 0.61% -
XYZ 23.95 27.34 5.61 -
YUV 135.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 155 145 35 0 0.06 0.77 0.39 55 0.63 0.37
Hex 9B 91 23 0 6 4D 27 37 3F 25
Octal 233 221 43 0 6 115 47 67 77 45
Binary 10011011 10010001 100011 0 110 1001101 100111 110111 111111 100101

Color Harmonies of #9B9123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9123

Black with #9B9123

Text Example


Text Example

White with #9B9123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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