Html Css Color HEX #94832F Lemon Ginger

📋 copy color: '#94832F'

red 148 ◦ green 131 ◦ blue 47

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

Shades of Lemon Ginger #94832F

Tints of Lemon Ginger #94832F

RGB

 RED value IS 148 (58.2% from 255) = 45.4%

 GREEN value IS 131 (51.56% from 255) = 40.18%

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

R = 45.4%
G = 40.18%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94832F (or 0x94832F) is known color: Lemon Ginger. HEX triplet: 94, 83 and 2F. RGB value is (148,131,47). Sum of RGB (Red+Green+Blue) = 148+131+47=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94832F is #6B7CD0. Grayscale: #7E7E7E. Windows color (decimal): -7044305 or 3113876. OLE color: 3113876.

HSL color Cylindrical-coordinate representation of color #94832F: hue angle of 49.9º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94832F is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 47 -
CMYK 0 0.11 0.68 0.42
HSL 49.9º 0.52% 0.38% -
HSV(B) 49.9º 0.68% 0.58% -
XYZ 20.84 22.73 5.98 -
YUV 126.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 148 131 47 0 0.11 0.68 0.42 49.9 0.52 0.38
Hex 94 83 2F 0 B 44 2A 32 34 26
Octal 224 203 57 0 13 104 52 62 64 46
Binary 10010100 10000011 101111 0 1011 1000100 101010 110010 110100 100110

Color Harmonies of #94832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94832F

Black with #94832F

Text Example


Text Example

White with #94832F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,131,47); }

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

background-color css

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

 a { background-color: rgb(148,131,47); }

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

border-color css

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

 span { border-color: rgb(148,131,47); }

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