Html Css Color HEX #968222 Lemon Ginger

📋 copy color: '#968222'

red 150 ◦ green 130 ◦ blue 34

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

Shades of Lemon Ginger #968222

Tints of Lemon Ginger #968222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 47.77%
G = 41.4%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#968222 (or 0x968222) is known color: Lemon Ginger. HEX triplet: 96, 82 and 22. RGB value is (150,130,34). Sum of RGB (Red+Green+Blue) = 150+130+34=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #968222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968222 is #697DDD. Grayscale: #7D7D7D. Windows color (decimal): -6913502 or 2261654. OLE color: 2261654.

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

Color convert

RGB 150 130 34 -
CMYK 0 0.13 0.77 0.41
HSL 49.66º 0.63% 0.36% -
HSV(B) 49.66º 0.77% 0.59% -
XYZ 20.85 22.56 4.77 -
YUV 125.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 150 130 34 0 0.13 0.77 0.41 49.66 0.63 0.36
Hex 96 82 22 0 D 4D 29 32 3F 24
Octal 226 202 42 0 15 115 51 62 77 44
Binary 10010110 10000010 100010 0 1101 1001101 101001 110010 111111 100100

Color Harmonies of #968222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968222

Black with #968222

Text Example


Text Example

White with #968222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968222; }

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

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

background-color css

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

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

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

border-color css

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

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

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