Html Css Color HEX #968020 Lemon Ginger

📋 copy color: '#968020'

red 150 ◦ green 128 ◦ blue 32

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

Shades of Lemon Ginger #968020

Tints of Lemon Ginger #968020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 48.39%
G = 41.29%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#968020 (or 0x968020) is known color: Lemon Ginger. HEX triplet: 96, 80 and 20. RGB value is (150,128,32). Sum of RGB (Red+Green+Blue) = 150+128+32=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #968020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968020 is #697FDF. Grayscale: #7C7C7C. Windows color (decimal): -6914016 or 2130070. OLE color: 2130070.

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

Color convert

RGB 150 128 32 -
CMYK 0 0.15 0.79 0.41
HSL 48.81º 0.65% 0.36% -
HSV(B) 48.81º 0.79% 0.59% -
XYZ 20.56 22.03 4.53 -
YUV 123.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 150 128 32 0 0.15 0.79 0.41 48.81 0.65 0.36
Hex 96 80 20 0 F 4F 29 31 41 24
Octal 226 200 40 0 17 117 51 61 101 44
Binary 10010110 10000000 100000 0 1111 1001111 101001 110001 1000001 100100

Color Harmonies of #968020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968020

Black with #968020

Text Example


Text Example

White with #968020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968020; }

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

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

background-color css

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

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

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

border-color css

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

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

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