Html Css Color HEX #958328 Lemon Ginger

📋 copy color: '#958328'

red 149 ◦ green 131 ◦ blue 40

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

Shades of Lemon Ginger #958328

Tints of Lemon Ginger #958328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 46.56%
G = 40.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#958328 (or 0x958328) is known color: Lemon Ginger. HEX triplet: 95, 83 and 28. RGB value is (149,131,40). Sum of RGB (Red+Green+Blue) = 149+131+40=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958328 is #6A7CD7. Grayscale: #7E7E7E. Windows color (decimal): -6978776 or 2655125. OLE color: 2655125.

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

Color convert

RGB 149 131 40 -
CMYK 0 0.12 0.73 0.42
HSL 50.09º 0.58% 0.37% -
HSV(B) 50.09º 0.73% 0.58% -
XYZ 20.89 22.78 5.3 -
YUV 126.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 149 131 40 0 0.12 0.73 0.42 50.09 0.58 0.37
Hex 95 83 28 0 C 49 2A 32 3A 25
Octal 225 203 50 0 14 111 52 62 72 45
Binary 10010101 10000011 101000 0 1100 1001001 101010 110010 111010 100101

Color Harmonies of #958328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958328

Black with #958328

Text Example


Text Example

White with #958328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958328; }

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

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

background-color css

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

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

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

border-color css

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

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

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