Html Css Color HEX #948628 Lemon Ginger

📋 copy color: '#948628'

red 148 ◦ green 134 ◦ blue 40

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

Shades of Lemon Ginger #948628

Tints of Lemon Ginger #948628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

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

R = 45.96%
G = 41.61%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#948628 (or 0x948628) is known color: Lemon Ginger. HEX triplet: 94, 86 and 28. RGB value is (148,134,40). Sum of RGB (Red+Green+Blue) = 148+134+40=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #948628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948628 is #6B79D7. Grayscale: #7F7F7F. Windows color (decimal): -7043544 or 2655892. OLE color: 2655892.

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

Color convert

RGB 148 134 40 -
CMYK 0 0.09 0.73 0.42
HSL 52.22º 0.57% 0.37% -
HSV(B) 52.22º 0.73% 0.58% -
XYZ 21.12 23.5 5.43 -
YUV 127.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 148 134 40 0 0.09 0.73 0.42 52.22 0.57 0.37
Hex 94 86 28 0 9 49 2A 34 39 25
Octal 224 206 50 0 11 111 52 64 71 45
Binary 10010100 10000110 101000 0 1001 1001001 101010 110100 111001 100101

Color Harmonies of #948628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948628

Black with #948628

Text Example


Text Example

White with #948628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948628; }

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

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

background-color css

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

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

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

border-color css

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

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

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