Html Css Color HEX #968022 Lemon Ginger

📋 copy color: '#968022'

red 150 ◦ green 128 ◦ blue 34

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

Shades of Lemon Ginger #968022

Tints of Lemon Ginger #968022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.03%

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

R = 48.08%
G = 41.03%
B = 10.9%

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

#968022 (or 0x968022) is known color: Lemon Ginger. HEX triplet: 96, 80 and 22. RGB value is (150,128,34). Sum of RGB (Red+Green+Blue) = 150+128+34=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #968022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968022 is #697FDD. Grayscale: #7C7C7C. Windows color (decimal): -6914014 or 2261142. OLE color: 2261142.

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

Color convert

RGB 150 128 34 -
CMYK 0 0.15 0.77 0.41
HSL 48.62º 0.63% 0.36% -
HSV(B) 48.62º 0.77% 0.59% -
XYZ 20.59 22.04 4.68 -
YUV 123.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 150 128 34 0 0.15 0.77 0.41 48.62 0.63 0.36
Hex 96 80 22 0 F 4D 29 31 3F 24
Octal 226 200 42 0 17 115 51 61 77 44
Binary 10010110 10000000 100010 0 1111 1001101 101001 110001 111111 100100

Color Harmonies of #968022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968022

Black with #968022

Text Example


Text Example

White with #968022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968022; }

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

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

background-color css

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

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

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

border-color css

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

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

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