#898227

Color #898227 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #898227

Tints of Lemon Ginger #898227

Color information

#898227 (or 0x898227) is unknown color: approx Lemon Ginger. HEX triplet: 89, 82 and 27. RGB value is (137,130,39). Sum of RGB (Red+Green+Blue) = 137+130+39=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #898227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898227 is #767DD8. Grayscale: #7A7A7A. Windows color (decimal): -7765465 or 2589321. OLE color: 2589321.

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

Color convert

RGB13713039-
CMYK00.050.720.46
HSL55.71º55.68%34.51%-
HSV(B)55.71º71.53%53.73%-
XYZ18.6721.435.07-
YUV121.7281.32138.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=44.77%
G=42.48%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371303900.050.720.4655.7155.6834.51
Hex89822705482E383823
Octal211202470511056707043
Binary100010011000001010011101011001000101110111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898227; }

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

 H1.HeaderClassName
 {
   color: #898227;
 }
 .AnyTagClassName
 {
   color: #898227;
 }
</style>
background-color css

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

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

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

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

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

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