Html Css Color HEX #9A822F Lemon Ginger

📋 copy color: '#9A822F'

red 154 ◦ green 130 ◦ blue 47

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

Shades of Lemon Ginger #9A822F

Tints of Lemon Ginger #9A822F

RGB

 RED value IS 154 (60.55% from 255) = 46.53%

 GREEN value IS 130 (51.17% from 255) = 39.27%

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 46.53%
G = 39.27%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A822F (or 0x9A822F) is known color: Lemon Ginger. HEX triplet: 9A, 82 and 2F. RGB value is (154,130,47). Sum of RGB (Red+Green+Blue) = 154+130+47=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A822F is #657DD0. Grayscale: #808080. Windows color (decimal): -6651345 or 3113626. OLE color: 3113626.

HSL color Cylindrical-coordinate representation of color #9A822F: hue angle of 46.54º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A822F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 130 47 -
CMYK 0 0.16 0.69 0.40
HSL 46.54º 0.53% 0.39% -
HSV(B) 46.54º 0.69% 0.6% -
XYZ 21.82 23.04 5.99 -
YUV 127.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 154 130 47 0 0.16 0.69 0.40 46.54 0.53 0.39
Hex 9A 82 2F 0 10 45 28 2F 35 27
Octal 232 202 57 0 20 105 50 57 65 47
Binary 10011010 10000010 101111 0 10000 1000101 101000 101111 110101 100111

Color Harmonies of #9A822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A822F

Black with #9A822F

Text Example


Text Example

White with #9A822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,130,47); }

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

background-color css

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

 a { background-color: rgb(154,130,47); }

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

border-color css

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

 span { border-color: rgb(154,130,47); }

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