Html Css Color HEX #997F3A Lemon Ginger

📋 copy color: '#997F3A'

red 153 ◦ green 127 ◦ blue 58

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

Shades of Lemon Ginger #997F3A

Tints of Lemon Ginger #997F3A

RGB

 RED value IS 153 (60.16% from 255) = 45.27%

 GREEN value IS 127 (50% from 255) = 37.57%

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

R = 45.27%
G = 37.57%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#997F3A (or 0x997F3A) is known color: Lemon Ginger. HEX triplet: 99, 7F and 3A. RGB value is (153,127,58). Sum of RGB (Red+Green+Blue) = 153+127+58=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F3A is #6680C5. Grayscale: #7F7F7F. Windows color (decimal): -6717638 or 3833753. OLE color: 3833753.

HSL color Cylindrical-coordinate representation of color #997F3A: hue angle of 43.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #997F3A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 58 -
CMYK 0 0.17 0.62 0.4
HSL 43.58º 0.45% 0.41% -
HSV(B) 43.58º 0.62% 0.6% -
XYZ 21.49 22.26 7.17 -
YUV 126.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 153 127 58 0 0.17 0.62 0.4 43.58 0.45 0.41
Hex 99 7F 3A 0 11 3E 28 2C 2D 29
Octal 231 177 72 0 21 76 50 54 55 51
Binary 10011001 1111111 111010 0 10001 111110 101000 101100 101101 101001

Color Harmonies of #997F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F3A

Black with #997F3A

Text Example


Text Example

White with #997F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F3A; }

 p { color: rgb(153,127,58); }

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

background-color css

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

 a { background-color: rgb(153,127,58); }

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

border-color css

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

 span { border-color: rgb(153,127,58); }

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