Html Css Color HEX #9B9323 Lemon Ginger

📋 copy color: '#9B9323'

red 155 ◦ green 147 ◦ blue 35

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

Shades of Lemon Ginger #9B9323

Tints of Lemon Ginger #9B9323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

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

R = 45.99%
G = 43.62%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B9323 (or 0x9B9323) is known color: Lemon Ginger. HEX triplet: 9B, 93 and 23. RGB value is (155,147,35). Sum of RGB (Red+Green+Blue) = 155+147+35=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9323 is #646CDC. Grayscale: #898989. Windows color (decimal): -6581469 or 2331547. OLE color: 2331547.

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

Color convert

RGB 155 147 35 -
CMYK 0 0.05 0.77 0.39
HSL 56º 0.63% 0.37% -
HSV(B) 56º 0.77% 0.61% -
XYZ 24.25 27.96 5.71 -
YUV 136.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 155 147 35 0 0.05 0.77 0.39 56 0.63 0.37
Hex 9B 93 23 0 5 4D 27 38 3F 25
Octal 233 223 43 0 5 115 47 70 77 45
Binary 10011011 10010011 100011 0 101 1001101 100111 111000 111111 100101

Color Harmonies of #9B9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9323

Black with #9B9323

Text Example


Text Example

White with #9B9323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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