Html Css Color HEX #947B2C Lemon Ginger

📋 copy color: '#947B2C'

red 148 ◦ green 123 ◦ blue 44

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

Shades of Lemon Ginger #947B2C

Tints of Lemon Ginger #947B2C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.05%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 46.98%
G = 39.05%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#947B2C (or 0x947B2C) is known color: Lemon Ginger. HEX triplet: 94, 7B and 2C. RGB value is (148,123,44). Sum of RGB (Red+Green+Blue) = 148+123+44=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #947B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B2C is #6B84D3. Grayscale: #797979. Windows color (decimal): -7046356 or 2915220. OLE color: 2915220.

HSL color Cylindrical-coordinate representation of color #947B2C: hue angle of 45.58º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #947B2C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 44 -
CMYK 0 0.17 0.70 0.42
HSL 45.58º 0.54% 0.38% -
HSV(B) 45.58º 0.7% 0.58% -
XYZ 19.75 20.64 5.33 -
YUV 121.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 148 123 44 0 0.17 0.70 0.42 45.58 0.54 0.38
Hex 94 7B 2C 0 11 46 2A 2E 36 26
Octal 224 173 54 0 21 106 52 56 66 46
Binary 10010100 1111011 101100 0 10001 1000110 101010 101110 110110 100110

Color Harmonies of #947B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B2C

Black with #947B2C

Text Example


Text Example

White with #947B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947B2C; }

 p { color: rgb(148,123,44); }

 H1.HeaderClassName
 {
   color: #947B2C;
 }
 .AnyTagClassName
 {
   color: #947B2C;
 }
</style>

background-color css

<style>
 a { background-color: #947B2C; }

 a { background-color: rgb(148,123,44); }

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

border-color css

<style>
 span { border-color: #947B2C; }

 span { border-color: rgb(148,123,44); }

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