Html Css Color HEX #967E28 Lemon Ginger

📋 copy color: '#967E28'

red 150 ◦ green 126 ◦ blue 40

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

Shades of Lemon Ginger #967E28

Tints of Lemon Ginger #967E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 47.47%
G = 39.87%
B = 12.66%

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

#967E28 (or 0x967E28) is known color: Lemon Ginger. HEX triplet: 96, 7E and 28. RGB value is (150,126,40). Sum of RGB (Red+Green+Blue) = 150+126+40=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #967E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E28 is #6981D7. Grayscale: #7B7B7B. Windows color (decimal): -6914520 or 2653846. OLE color: 2653846.

HSL color Cylindrical-coordinate representation of color #967E28: hue angle of 46.91º degrees, saturation: 0.58, 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 #967E28 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 40 -
CMYK 0 0.16 0.73 0.41
HSL 46.91º 0.58% 0.37% -
HSV(B) 46.91º 0.73% 0.59% -
XYZ 20.42 21.56 5.09 -
YUV 123.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 150 126 40 0 0.16 0.73 0.41 46.91 0.58 0.37
Hex 96 7E 28 0 10 49 29 2F 3A 25
Octal 226 176 50 0 20 111 51 57 72 45
Binary 10010110 1111110 101000 0 10000 1001001 101001 101111 111010 100101

Color Harmonies of #967E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E28

Black with #967E28

Text Example


Text Example

White with #967E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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