Html Css Color HEX #9A8D15 Lemon Ginger

📋 copy color: '#9A8D15'

red 154 ◦ green 141 ◦ blue 21

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

Shades of Lemon Ginger #9A8D15

Tints of Lemon Ginger #9A8D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 48.73%
G = 44.62%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A8D15 (or 0x9A8D15) is known color: Lemon Ginger. HEX triplet: 9A, 8D and 15. RGB value is (154,141,21). Sum of RGB (Red+Green+Blue) = 154+141+21=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8D15 is #6572EA. Grayscale: #838383. Windows color (decimal): -6648555 or 1412506. OLE color: 1412506.

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

Color convert

RGB 154 141 21 -
CMYK 0 0.08 0.86 0.40
HSL 54.14º 0.76% 0.34% -
HSV(B) 54.14º 0.86% 0.6% -
XYZ 22.99 25.97 4.51 -
YUV 131.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 154 141 21 0 0.08 0.86 0.40 54.14 0.76 0.34
Hex 9A 8D 15 0 8 56 28 36 4C 22
Octal 232 215 25 0 10 126 50 66 114 42
Binary 10011010 10001101 10101 0 1000 1010110 101000 110110 1001100 100010

Color Harmonies of #9A8D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8D15

Black with #9A8D15

Text Example


Text Example

White with #9A8D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,141,21); }

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

background-color css

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

 a { background-color: rgb(154,141,21); }

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

border-color css

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

 span { border-color: rgb(154,141,21); }

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