Html Css Color HEX #9B902A Lemon Ginger

📋 copy color: '#9B902A'

red 155 ◦ green 144 ◦ blue 42

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

Shades of Lemon Ginger #9B902A

Tints of Lemon Ginger #9B902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 45.45%
G = 42.23%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B902A (or 0x9B902A) is known color: Lemon Ginger. HEX triplet: 9B, 90 and 2A. RGB value is (155,144,42). Sum of RGB (Red+Green+Blue) = 155+144+42=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B902A is #646FD5. Grayscale: #888888. Windows color (decimal): -6582230 or 2789531. OLE color: 2789531.

HSL color Cylindrical-coordinate representation of color #9B902A: hue angle of 54.16º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B902A is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 42 -
CMYK 0 0.07 0.73 0.39
HSL 54.16º 0.57% 0.39% -
HSV(B) 54.16º 0.73% 0.61% -
XYZ 23.91 27.08 6.16 -
YUV 135.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 155 144 42 0 0.07 0.73 0.39 54.16 0.57 0.39
Hex 9B 90 2A 0 7 49 27 36 39 27
Octal 233 220 52 0 7 111 47 66 71 47
Binary 10011011 10010000 101010 0 111 1001001 100111 110110 111001 100111

Color Harmonies of #9B902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B902A

Black with #9B902A

Text Example


Text Example

White with #9B902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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