Html Css Color HEX #948C28 Lemon Ginger

📋 copy color: '#948C28'

red 148 ◦ green 140 ◦ blue 40

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

Shades of Lemon Ginger #948C28

Tints of Lemon Ginger #948C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.68%

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 45.12%
G = 42.68%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#948C28 (or 0x948C28) is known color: Lemon Ginger. HEX triplet: 94, 8C and 28. RGB value is (148,140,40). Sum of RGB (Red+Green+Blue) = 148+140+40=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #948C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C28 is #6B73D7. Grayscale: #838383. Windows color (decimal): -7042008 or 2657428. OLE color: 2657428.

HSL color Cylindrical-coordinate representation of color #948C28: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #948C28 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 40 -
CMYK 0 0.05 0.73 0.42
HSL 55.56º 0.57% 0.37% -
HSV(B) 55.56º 0.73% 0.58% -
XYZ 21.97 25.21 5.71 -
YUV 130.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 148 140 40 0 0.05 0.73 0.42 55.56 0.57 0.37
Hex 94 8C 28 0 5 49 2A 38 39 25
Octal 224 214 50 0 5 111 52 70 71 45
Binary 10010100 10001100 101000 0 101 1001001 101010 111000 111001 100101

Color Harmonies of #948C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C28

Black with #948C28

Text Example


Text Example

White with #948C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948C28; }

 p { color: rgb(148,140,40); }

 H1.HeaderClassName
 {
   color: #948C28;
 }
 .AnyTagClassName
 {
   color: #948C28;
 }
</style>

background-color css

<style>
 a { background-color: #948C28; }

 a { background-color: rgb(148,140,40); }

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

border-color css

<style>
 span { border-color: #948C28; }

 span { border-color: rgb(148,140,40); }

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