Html Css Color HEX #948716 Lemon Ginger

📋 copy color: '#948716'

red 148 ◦ green 135 ◦ blue 22

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

Shades of Lemon Ginger #948716

Tints of Lemon Ginger #948716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 48.52%
G = 44.26%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#948716 (or 0x948716) is known color: Lemon Ginger. HEX triplet: 94, 87 and 16. RGB value is (148,135,22). Sum of RGB (Red+Green+Blue) = 148+135+22=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #948716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948716 is #6B78E9. Grayscale: #7E7E7E. Windows color (decimal): -7043306 or 1476500. OLE color: 1476500.

HSL color Cylindrical-coordinate representation of color #948716: hue angle of 53.81º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #948716 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 22 -
CMYK 0 0.09 0.85 0.42
HSL 53.81º 0.74% 0.33% -
HSV(B) 53.81º 0.85% 0.58% -
XYZ 21.02 23.68 4.22 -
YUV 126.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 148 135 22 0 0.09 0.85 0.42 53.81 0.74 0.33
Hex 94 87 16 0 9 55 2A 36 4A 21
Octal 224 207 26 0 11 125 52 66 112 41
Binary 10010100 10000111 10110 0 1001 1010101 101010 110110 1001010 100001

Color Harmonies of #948716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948716

Black with #948716

Text Example


Text Example

White with #948716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948716; }

 p { color: rgb(148,135,22); }

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

background-color css

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

 a { background-color: rgb(148,135,22); }

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

border-color css

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

 span { border-color: rgb(148,135,22); }

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