Html Css Color HEX #958122 Lemon Ginger

📋 copy color: '#958122'

red 149 ◦ green 129 ◦ blue 34

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

Shades of Lemon Ginger #958122

Tints of Lemon Ginger #958122

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 47.76%
G = 41.35%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958122 (or 0x958122) is known color: Lemon Ginger. HEX triplet: 95, 81 and 22. RGB value is (149,129,34). Sum of RGB (Red+Green+Blue) = 149+129+34=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #958122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958122 is #6A7EDD. Grayscale: #7C7C7C. Windows color (decimal): -6979294 or 2261397. OLE color: 2261397.

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

Color convert

RGB 149 129 34 -
CMYK 0 0.13 0.77 0.42
HSL 49.57º 0.63% 0.36% -
HSV(B) 49.57º 0.77% 0.58% -
XYZ 20.53 22.21 4.72 -
YUV 124.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 149 129 34 0 0.13 0.77 0.42 49.57 0.63 0.36
Hex 95 81 22 0 D 4D 2A 32 3F 24
Octal 225 201 42 0 15 115 52 62 77 44
Binary 10010101 10000001 100010 0 1101 1001101 101010 110010 111111 100100

Color Harmonies of #958122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958122

Black with #958122

Text Example


Text Example

White with #958122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958122; }

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

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

background-color css

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

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

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

border-color css

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

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

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