Html Css Color HEX #97842F Lemon Ginger

📋 copy color: '#97842F'

red 151 ◦ green 132 ◦ blue 47

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

Shades of Lemon Ginger #97842F

Tints of Lemon Ginger #97842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 45.76%
G = 40%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#97842F (or 0x97842F) is known color: Lemon Ginger. HEX triplet: 97, 84 and 2F. RGB value is (151,132,47). Sum of RGB (Red+Green+Blue) = 151+132+47=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97842F is #687BD0. Grayscale: #808080. Windows color (decimal): -6847441 or 3114135. OLE color: 3114135.

HSL color Cylindrical-coordinate representation of color #97842F: hue angle of 49.04º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97842F is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 132 47 -
CMYK 0 0.13 0.69 0.41
HSL 49.04º 0.53% 0.39% -
HSV(B) 49.04º 0.69% 0.59% -
XYZ 21.53 23.29 6.05 -
YUV 127.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 151 132 47 0 0.13 0.69 0.41 49.04 0.53 0.39
Hex 97 84 2F 0 D 45 29 31 35 27
Octal 227 204 57 0 15 105 51 61 65 47
Binary 10010111 10000100 101111 0 1101 1000101 101001 110001 110101 100111

Color Harmonies of #97842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97842F

Black with #97842F

Text Example


Text Example

White with #97842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97842F; }

 p { color: rgb(151,132,47); }

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

background-color css

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

 a { background-color: rgb(151,132,47); }

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

border-color css

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

 span { border-color: rgb(151,132,47); }

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