Html Css Color HEX #967F22 Lemon Ginger

📋 copy color: '#967F22'

red 150 ◦ green 127 ◦ blue 34

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

Shades of Lemon Ginger #967F22

Tints of Lemon Ginger #967F22

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

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

R = 48.23%
G = 40.84%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#967F22 (or 0x967F22) is known color: Lemon Ginger. HEX triplet: 96, 7F and 22. RGB value is (150,127,34). Sum of RGB (Red+Green+Blue) = 150+127+34=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #967F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F22 is #6980DD. Grayscale: #7B7B7B. Windows color (decimal): -6914270 or 2260886. OLE color: 2260886.

HSL color Cylindrical-coordinate representation of color #967F22: hue angle of 48.1º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #967F22 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 34 -
CMYK 0 0.15 0.77 0.41
HSL 48.1º 0.63% 0.36% -
HSV(B) 48.1º 0.77% 0.59% -
XYZ 20.46 21.78 4.64 -
YUV 123.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 150 127 34 0 0.15 0.77 0.41 48.1 0.63 0.36
Hex 96 7F 22 0 F 4D 29 30 3F 24
Octal 226 177 42 0 17 115 51 60 77 44
Binary 10010110 1111111 100010 0 1111 1001101 101001 110000 111111 100100

Color Harmonies of #967F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F22

Black with #967F22

Text Example


Text Example

White with #967F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,127,34); }

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

background-color css

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

 a { background-color: rgb(150,127,34); }

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

border-color css

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

 span { border-color: rgb(150,127,34); }

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