Html Css Color HEX #958321 Lemon Ginger

📋 copy color: '#958321'

red 149 ◦ green 131 ◦ blue 33

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

Shades of Lemon Ginger #958321

Tints of Lemon Ginger #958321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 47.6%
G = 41.85%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#958321 (or 0x958321) is known color: Lemon Ginger. HEX triplet: 95, 83 and 21. RGB value is (149,131,33). Sum of RGB (Red+Green+Blue) = 149+131+33=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #958321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958321 is #6A7CDE. Grayscale: #7D7D7D. Windows color (decimal): -6978783 or 2196373. OLE color: 2196373.

HSL color Cylindrical-coordinate representation of color #958321: hue angle of 50.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #958321 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 33 -
CMYK 0 0.12 0.78 0.42
HSL 50.69º 0.64% 0.36% -
HSV(B) 50.69º 0.78% 0.58% -
XYZ 20.79 22.73 4.73 -
YUV 125.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 149 131 33 0 0.12 0.78 0.42 50.69 0.64 0.36
Hex 95 83 21 0 C 4E 2A 33 40 24
Octal 225 203 41 0 14 116 52 63 100 44
Binary 10010101 10000011 100001 0 1100 1001110 101010 110011 1000000 100100

Color Harmonies of #958321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958321

Black with #958321

Text Example


Text Example

White with #958321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958321; }

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

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

background-color css

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

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

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

border-color css

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

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

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