Html Css Color HEX #958022 Lemon Ginger

📋 copy color: '#958022'

red 149 ◦ green 128 ◦ blue 34

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

Shades of Lemon Ginger #958022

Tints of Lemon Ginger #958022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.93%

R = 47.91%
G = 41.16%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958022 (or 0x958022) is known color: Lemon Ginger. HEX triplet: 95, 80 and 22. RGB value is (149,128,34). Sum of RGB (Red+Green+Blue) = 149+128+34=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #958022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958022 is #6A7FDD. Grayscale: #7B7B7B. Windows color (decimal): -6979550 or 2261141. OLE color: 2261141.

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

Color convert

RGB 149 128 34 -
CMYK 0 0.14 0.77 0.42
HSL 49.04º 0.63% 0.36% -
HSV(B) 49.04º 0.77% 0.58% -
XYZ 20.4 21.94 4.67 -
YUV 123.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 149 128 34 0 0.14 0.77 0.42 49.04 0.63 0.36
Hex 95 80 22 0 E 4D 2A 31 3F 24
Octal 225 200 42 0 16 115 52 61 77 44
Binary 10010101 10000000 100010 0 1110 1001101 101010 110001 111111 100100

Color Harmonies of #958022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958022

Black with #958022

Text Example


Text Example

White with #958022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958022; }

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

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

background-color css

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

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

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

border-color css

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

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

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