Html Css Color HEX #9A8525 Lemon Ginger

📋 copy color: '#9A8525'

red 154 ◦ green 133 ◦ blue 37

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

Shades of Lemon Ginger #9A8525

Tints of Lemon Ginger #9A8525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 47.53%
G = 41.05%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A8525 (or 0x9A8525) is known color: Lemon Ginger. HEX triplet: 9A, 85 and 25. RGB value is (154,133,37). Sum of RGB (Red+Green+Blue) = 154+133+37=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8525 is #657ADA. Grayscale: #808080. Windows color (decimal): -6650587 or 2459034. OLE color: 2459034.

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

Color convert

RGB 154 133 37 -
CMYK 0 0.14 0.76 0.40
HSL 49.23º 0.61% 0.37% -
HSV(B) 49.23º 0.76% 0.6% -
XYZ 22.05 23.78 5.18 -
YUV 128.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 154 133 37 0 0.14 0.76 0.40 49.23 0.61 0.37
Hex 9A 85 25 0 E 4C 28 31 3D 25
Octal 232 205 45 0 16 114 50 61 75 45
Binary 10011010 10000101 100101 0 1110 1001100 101000 110001 111101 100101

Color Harmonies of #9A8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8525

Black with #9A8525

Text Example


Text Example

White with #9A8525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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