Html Css Color HEX #967E33 Lemon Ginger

📋 copy color: '#967E33'

red 150 ◦ green 126 ◦ blue 51

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

Shades of Lemon Ginger #967E33

Tints of Lemon Ginger #967E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 45.87%
G = 38.53%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#967E33 (or 0x967E33) is known color: Lemon Ginger. HEX triplet: 96, 7E and 33. RGB value is (150,126,51). Sum of RGB (Red+Green+Blue) = 150+126+51=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E33 is #6981CC. Grayscale: #7C7C7C. Windows color (decimal): -6914509 or 3374742. OLE color: 3374742.

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

Color convert

RGB 150 126 51 -
CMYK 0 0.16 0.66 0.41
HSL 45.45º 0.49% 0.39% -
HSV(B) 45.45º 0.66% 0.59% -
XYZ 20.64 21.64 6.22 -
YUV 124.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 150 126 51 0 0.16 0.66 0.41 45.45 0.49 0.39
Hex 96 7E 33 0 10 42 29 2D 31 27
Octal 226 176 63 0 20 102 51 55 61 47
Binary 10010110 1111110 110011 0 10000 1000010 101001 101101 110001 100111

Color Harmonies of #967E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E33

Black with #967E33

Text Example


Text Example

White with #967E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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