Html Css Color HEX #897D34 Lemon Ginger

📋 copy color: '#897D34'

red 137 ◦ green 125 ◦ blue 52

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

Shades of Lemon Ginger #897D34

Tints of Lemon Ginger #897D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 43.63%
G = 39.81%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#897D34 (or 0x897D34) is known color: Lemon Ginger. HEX triplet: 89, 7D and 34. RGB value is (137,125,52). Sum of RGB (Red+Green+Blue) = 137+125+52=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #897D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D34 is #7682CB. Grayscale: #787878. Windows color (decimal): -7766732 or 3440009. OLE color: 3440009.

HSL color Cylindrical-coordinate representation of color #897D34: hue angle of 51.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #897D34 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 52 -
CMYK 0 0.09 0.62 0.46
HSL 51.53º 0.45% 0.37% -
HSV(B) 51.53º 0.62% 0.54% -
XYZ 18.27 20.23 6.19 -
YUV 120.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 137 125 52 0 0.09 0.62 0.46 51.53 0.45 0.37
Hex 89 7D 34 0 9 3E 2E 34 2D 25
Octal 211 175 64 0 11 76 56 64 55 45
Binary 10001001 1111101 110100 0 1001 111110 101110 110100 101101 100101

Color Harmonies of #897D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D34

Black with #897D34

Text Example


Text Example

White with #897D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D34; }

 p { color: rgb(137,125,52); }

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

background-color css

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

 a { background-color: rgb(137,125,52); }

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

border-color css

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

 span { border-color: rgb(137,125,52); }

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