Html Css Color HEX #948D28 Lemon Ginger

📋 copy color: '#948D28'

red 148 ◦ green 141 ◦ blue 40

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

Shades of Lemon Ginger #948D28

Tints of Lemon Ginger #948D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.86%

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

R = 44.98%
G = 42.86%
B = 12.16%

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

#948D28 (or 0x948D28) is known color: Lemon Ginger. HEX triplet: 94, 8D and 28. RGB value is (148,141,40). Sum of RGB (Red+Green+Blue) = 148+141+40=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #948D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948D28 is #6B72D7. Grayscale: #838383. Windows color (decimal): -7041752 or 2657684. OLE color: 2657684.

HSL color Cylindrical-coordinate representation of color #948D28: hue angle of 56.11º 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 #948D28 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 40 -
CMYK 0 0.05 0.73 0.42
HSL 56.11º 0.57% 0.37% -
HSV(B) 56.11º 0.73% 0.58% -
XYZ 22.12 25.5 5.76 -
YUV 131.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 148 141 40 0 0.05 0.73 0.42 56.11 0.57 0.37
Hex 94 8D 28 0 5 49 2A 38 39 25
Octal 224 215 50 0 5 111 52 70 71 45
Binary 10010100 10001101 101000 0 101 1001001 101010 111000 111001 100101

Color Harmonies of #948D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D28

Black with #948D28

Text Example


Text Example

White with #948D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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