Html Css Color HEX #967E29 Lemon Ginger

📋 copy color: '#967E29'

red 150 ◦ green 126 ◦ blue 41

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

Shades of Lemon Ginger #967E29

Tints of Lemon Ginger #967E29

RGB

 RED value IS 150 (58.98% from 255) = 47.32%

 GREEN value IS 126 (49.61% from 255) = 39.75%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 47.32%
G = 39.75%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967E29 (or 0x967E29) is known color: Lemon Ginger. HEX triplet: 96, 7E and 29. RGB value is (150,126,41). Sum of RGB (Red+Green+Blue) = 150+126+41=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E29 is #6981D6. Grayscale: #7B7B7B. Windows color (decimal): -6914519 or 2719382. OLE color: 2719382.

HSL color Cylindrical-coordinate representation of color #967E29: hue angle of 46.79º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #967E29 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 41 -
CMYK 0 0.16 0.73 0.41
HSL 46.79º 0.57% 0.37% -
HSV(B) 46.79º 0.73% 0.59% -
XYZ 20.44 21.57 5.18 -
YUV 123.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 150 126 41 0 0.16 0.73 0.41 46.79 0.57 0.37
Hex 96 7E 29 0 10 49 29 2F 39 25
Octal 226 176 51 0 20 111 51 57 71 45
Binary 10010110 1111110 101001 0 10000 1001001 101001 101111 111001 100101

Color Harmonies of #967E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E29

Black with #967E29

Text Example


Text Example

White with #967E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967E29; }

 p { color: rgb(150,126,41); }

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

background-color css

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

 a { background-color: rgb(150,126,41); }

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

border-color css

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

 span { border-color: rgb(150,126,41); }

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