Html Css Color HEX #9A9427 Lemon Ginger

📋 copy color: '#9A9427'

red 154 ◦ green 148 ◦ blue 39

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

Shades of Lemon Ginger #9A9427

Tints of Lemon Ginger #9A9427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 45.16%
G = 43.4%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#9A9427 (or 0x9A9427) is known color: Lemon Ginger. HEX triplet: 9A, 94 and 27. RGB value is (154,148,39). Sum of RGB (Red+Green+Blue) = 154+148+39=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9427 is #656BD8. Grayscale: #898989. Windows color (decimal): -6646745 or 2593946. OLE color: 2593946.

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

Color convert

RGB 154 148 39 -
CMYK 0 0.04 0.75 0.40
HSL 56.87º 0.6% 0.38% -
HSV(B) 56.87º 0.75% 0.6% -
XYZ 24.28 28.2 6.08 -
YUV 137.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 154 148 39 0 0.04 0.75 0.40 56.87 0.6 0.38
Hex 9A 94 27 0 4 4B 28 39 3C 26
Octal 232 224 47 0 4 113 50 71 74 46
Binary 10011010 10010100 100111 0 100 1001011 101000 111001 111100 100110

Color Harmonies of #9A9427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9427

Black with #9A9427

Text Example


Text Example

White with #9A9427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,148,39); }

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

background-color css

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

 a { background-color: rgb(154,148,39); }

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

border-color css

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

 span { border-color: rgb(154,148,39); }

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