Html Css Color HEX #9A852A Lemon Ginger

📋 copy color: '#9A852A'

red 154 ◦ green 133 ◦ blue 42

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

Shades of Lemon Ginger #9A852A

Tints of Lemon Ginger #9A852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 46.81%
G = 40.43%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A852A (or 0x9A852A) is known color: Lemon Ginger. HEX triplet: 9A, 85 and 2A. RGB value is (154,133,42). Sum of RGB (Red+Green+Blue) = 154+133+42=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A852A is #657AD5. Grayscale: #818181. Windows color (decimal): -6650582 or 2786714. OLE color: 2786714.

HSL color Cylindrical-coordinate representation of color #9A852A: hue angle of 48.75º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A852A is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 133 42 -
CMYK 0 0.14 0.73 0.40
HSL 48.75º 0.57% 0.38% -
HSV(B) 48.75º 0.73% 0.6% -
XYZ 22.13 23.81 5.62 -
YUV 128.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 154 133 42 0 0.14 0.73 0.40 48.75 0.57 0.38
Hex 9A 85 2A 0 E 49 28 31 39 26
Octal 232 205 52 0 16 111 50 61 71 46
Binary 10011010 10000101 101010 0 1110 1001001 101000 110001 111001 100110

Color Harmonies of #9A852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A852A

Black with #9A852A

Text Example


Text Example

White with #9A852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,133,42); }

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

background-color css

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

 a { background-color: rgb(154,133,42); }

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

border-color css

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

 span { border-color: rgb(154,133,42); }

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