Html Css Color HEX #9A852F Lemon Ginger

📋 copy color: '#9A852F'

red 154 ◦ green 133 ◦ blue 47

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

Shades of Lemon Ginger #9A852F

Tints of Lemon Ginger #9A852F

RGB

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

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

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

R = 46.11%
G = 39.82%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A852F (or 0x9A852F) is known color: Lemon Ginger. HEX triplet: 9A, 85 and 2F. RGB value is (154,133,47). Sum of RGB (Red+Green+Blue) = 154+133+47=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A852F is #657AD0. Grayscale: #818181. Windows color (decimal): -6650577 or 3114394. OLE color: 3114394.

HSL color Cylindrical-coordinate representation of color #9A852F: hue angle of 48.22º 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 #9A852F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 133 47 -
CMYK 0 0.14 0.69 0.40
HSL 48.22º 0.53% 0.39% -
HSV(B) 48.22º 0.69% 0.6% -
XYZ 22.23 23.85 6.12 -
YUV 129.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 154 133 47 0 0.14 0.69 0.40 48.22 0.53 0.39
Hex 9A 85 2F 0 E 45 28 30 35 27
Octal 232 205 57 0 16 105 50 60 65 47
Binary 10011010 10000101 101111 0 1110 1000101 101000 110000 110101 100111

Color Harmonies of #9A852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A852F

Black with #9A852F

Text Example


Text Example

White with #9A852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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