Html Css Color HEX #948133 Lemon Ginger

📋 copy color: '#948133'

red 148 ◦ green 129 ◦ blue 51

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

Shades of Lemon Ginger #948133

Tints of Lemon Ginger #948133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 45.12%
G = 39.33%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#948133 (or 0x948133) is known color: Lemon Ginger. HEX triplet: 94, 81 and 33. RGB value is (148,129,51). Sum of RGB (Red+Green+Blue) = 148+129+51=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #948133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948133 is #6B7ECC. Grayscale: #7E7E7E. Windows color (decimal): -7044813 or 3375508. OLE color: 3375508.

HSL color Cylindrical-coordinate representation of color #948133: hue angle of 48.25º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #948133 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 51 -
CMYK 0 0.13 0.66 0.42
HSL 48.25º 0.49% 0.39% -
HSV(B) 48.25º 0.66% 0.58% -
XYZ 20.66 22.24 6.33 -
YUV 125.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 148 129 51 0 0.13 0.66 0.42 48.25 0.49 0.39
Hex 94 81 33 0 D 42 2A 30 31 27
Octal 224 201 63 0 15 102 52 60 61 47
Binary 10010100 10000001 110011 0 1101 1000010 101010 110000 110001 100111

Color Harmonies of #948133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948133

Black with #948133

Text Example


Text Example

White with #948133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948133; }

 p { color: rgb(148,129,51); }

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

background-color css

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

 a { background-color: rgb(148,129,51); }

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

border-color css

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

 span { border-color: rgb(148,129,51); }

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