Html Css Color HEX #958028 Lemon Ginger

📋 copy color: '#958028'

red 149 ◦ green 128 ◦ blue 40

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

Shades of Lemon Ginger #958028

Tints of Lemon Ginger #958028

RGB

 RED value IS 149 (58.59% from 255) = 47%

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 47%
G = 40.38%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#958028 (or 0x958028) is known color: Lemon Ginger. HEX triplet: 95, 80 and 28. RGB value is (149,128,40). Sum of RGB (Red+Green+Blue) = 149+128+40=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958028 is #6A7FD7. Grayscale: #7C7C7C. Windows color (decimal): -6979544 or 2654357. OLE color: 2654357.

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

Color convert

RGB 149 128 40 -
CMYK 0 0.14 0.73 0.42
HSL 48.44º 0.58% 0.37% -
HSV(B) 48.44º 0.73% 0.58% -
XYZ 20.5 21.98 5.17 -
YUV 124.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 149 128 40 0 0.14 0.73 0.42 48.44 0.58 0.37
Hex 95 80 28 0 E 49 2A 30 3A 25
Octal 225 200 50 0 16 111 52 60 72 45
Binary 10010101 10000000 101000 0 1110 1001001 101010 110000 111010 100101

Color Harmonies of #958028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958028

Black with #958028

Text Example


Text Example

White with #958028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958028; }

 p { color: rgb(149,128,40); }

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

background-color css

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

 a { background-color: rgb(149,128,40); }

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

border-color css

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

 span { border-color: rgb(149,128,40); }

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