Html Css Color HEX #9A8D2F Lemon Ginger

📋 copy color: '#9A8D2F'

red 154 ◦ green 141 ◦ blue 47

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

Shades of Lemon Ginger #9A8D2F

Tints of Lemon Ginger #9A8D2F

RGB

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

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

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

R = 45.03%
G = 41.23%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A8D2F (or 0x9A8D2F) is known color: Lemon Ginger. HEX triplet: 9A, 8D and 2F. RGB value is (154,141,47). Sum of RGB (Red+Green+Blue) = 154+141+47=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8D2F is #6572D0. Grayscale: #868686. Windows color (decimal): -6648529 or 3116442. OLE color: 3116442.

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

Color convert

RGB 154 141 47 -
CMYK 0 0.08 0.69 0.40
HSL 52.71º 0.53% 0.39% -
HSV(B) 52.71º 0.69% 0.6% -
XYZ 23.36 26.13 6.5 -
YUV 134.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 154 141 47 0 0.08 0.69 0.40 52.71 0.53 0.39
Hex 9A 8D 2F 0 8 45 28 35 35 27
Octal 232 215 57 0 10 105 50 65 65 47
Binary 10011010 10001101 101111 0 1000 1000101 101000 110101 110101 100111

Color Harmonies of #9A8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8D2F

Black with #9A8D2F

Text Example


Text Example

White with #9A8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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