Html Css Color HEX #898126 Lemon Ginger

📋 copy color: '#898126'

red 137 ◦ green 129 ◦ blue 38

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

Shades of Lemon Ginger #898126

Tints of Lemon Ginger #898126

RGB

 RED value IS 137 (53.91% from 255) = 45.07%

 GREEN value IS 129 (50.78% from 255) = 42.43%

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 45.07%
G = 42.43%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#898126 (or 0x898126) is known color: Lemon Ginger. HEX triplet: 89, 81 and 26. RGB value is (137,129,38). Sum of RGB (Red+Green+Blue) = 137+129+38=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #898126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898126 is #767ED9. Grayscale: #797979. Windows color (decimal): -7765722 or 2523529. OLE color: 2523529.

HSL color Cylindrical-coordinate representation of color #898126: hue angle of 55.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #898126 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 38 -
CMYK 0 0.06 0.72 0.46
HSL 55.15º 0.57% 0.34% -
HSV(B) 55.15º 0.72% 0.54% -
XYZ 18.52 21.16 4.94 -
YUV 121.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 137 129 38 0 0.06 0.72 0.46 55.15 0.57 0.34
Hex 89 81 26 0 6 48 2E 37 39 22
Octal 211 201 46 0 6 110 56 67 71 42
Binary 10001001 10000001 100110 0 110 1001000 101110 110111 111001 100010

Color Harmonies of #898126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898126

Black with #898126

Text Example


Text Example

White with #898126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898126; }

 p { color: rgb(137,129,38); }

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

background-color css

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

 a { background-color: rgb(137,129,38); }

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

border-color css

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

 span { border-color: rgb(137,129,38); }

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