Html Css Color HEX #948430 Lemon Ginger

📋 copy color: '#948430'

red 148 ◦ green 132 ◦ blue 48

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

Shades of Lemon Ginger #948430

Tints of Lemon Ginger #948430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 45.12%
G = 40.24%
B = 14.63%

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

#948430 (or 0x948430) is known color: Lemon Ginger. HEX triplet: 94, 84 and 30. RGB value is (148,132,48). Sum of RGB (Red+Green+Blue) = 148+132+48=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #948430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948430 is #6B7BCF. Grayscale: #7F7F7F. Windows color (decimal): -7044048 or 3179668. OLE color: 3179668.

HSL color Cylindrical-coordinate representation of color #948430: hue angle of 50.4º degrees, saturation: 0.51, 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 #948430 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 48 -
CMYK 0 0.11 0.68 0.42
HSL 50.4º 0.51% 0.38% -
HSV(B) 50.4º 0.68% 0.58% -
XYZ 21 23.01 6.13 -
YUV 127.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 148 132 48 0 0.11 0.68 0.42 50.4 0.51 0.38
Hex 94 84 30 0 B 44 2A 32 33 26
Octal 224 204 60 0 13 104 52 62 63 46
Binary 10010100 10000100 110000 0 1011 1000100 101010 110010 110011 100110

Color Harmonies of #948430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948430

Black with #948430

Text Example


Text Example

White with #948430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948430; }

 p { color: rgb(148,132,48); }

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

background-color css

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

 a { background-color: rgb(148,132,48); }

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

border-color css

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

 span { border-color: rgb(148,132,48); }

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