Html Css Color HEX #97803A Lemon Ginger

📋 copy color: '#97803A'

red 151 ◦ green 128 ◦ blue 58

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

Shades of Lemon Ginger #97803A

Tints of Lemon Ginger #97803A

RGB

 RED value IS 151 (59.38% from 255) = 44.81%

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 44.81%
G = 37.98%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#97803A (or 0x97803A) is known color: Lemon Ginger. HEX triplet: 97, 80 and 3A. RGB value is (151,128,58). Sum of RGB (Red+Green+Blue) = 151+128+58=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #97803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97803A is #687FC5. Grayscale: #7F7F7F. Windows color (decimal): -6848454 or 3834007. OLE color: 3834007.

HSL color Cylindrical-coordinate representation of color #97803A: hue angle of 45.16º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97803A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 128 58 -
CMYK 0 0.15 0.62 0.41
HSL 45.16º 0.44% 0.41% -
HSV(B) 45.16º 0.62% 0.59% -
XYZ 21.25 22.32 7.19 -
YUV 126.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 151 128 58 0 0.15 0.62 0.41 45.16 0.44 0.41
Hex 97 80 3A 0 F 3E 29 2D 2C 29
Octal 227 200 72 0 17 76 51 55 54 51
Binary 10010111 10000000 111010 0 1111 111110 101001 101101 101100 101001

Color Harmonies of #97803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97803A

Black with #97803A

Text Example


Text Example

White with #97803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97803A; }

 p { color: rgb(151,128,58); }

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

background-color css

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

 a { background-color: rgb(151,128,58); }

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

border-color css

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

 span { border-color: rgb(151,128,58); }

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