Html Css Color HEX #898226 Lemon Ginger

📋 copy color: '#898226'

red 137 ◦ green 130 ◦ blue 38

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

Shades of Lemon Ginger #898226

Tints of Lemon Ginger #898226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 44.92%
G = 42.62%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#898226 (or 0x898226) is known color: Lemon Ginger. HEX triplet: 89, 82 and 26. RGB value is (137,130,38). Sum of RGB (Red+Green+Blue) = 137+130+38=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #898226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898226 is #767DD9. Grayscale: #797979. Windows color (decimal): -7765466 or 2523785. OLE color: 2523785.

HSL color Cylindrical-coordinate representation of color #898226: hue angle of 55.76º 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 #898226 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 38 -
CMYK 0 0.05 0.72 0.46
HSL 55.76º 0.57% 0.34% -
HSV(B) 55.76º 0.72% 0.54% -
XYZ 18.65 21.42 4.99 -
YUV 121.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 137 130 38 0 0.05 0.72 0.46 55.76 0.57 0.34
Hex 89 82 26 0 5 48 2E 38 39 22
Octal 211 202 46 0 5 110 56 70 71 42
Binary 10001001 10000010 100110 0 101 1001000 101110 111000 111001 100010

Color Harmonies of #898226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898226

Black with #898226

Text Example


Text Example

White with #898226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898226; }

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

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

background-color css

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

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

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

border-color css

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

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

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