Html Css Color HEX #968420 Lemon Ginger

📋 copy color: '#968420'

red 150 ◦ green 132 ◦ blue 32

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

Shades of Lemon Ginger #968420

Tints of Lemon Ginger #968420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

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

R = 47.77%
G = 42.04%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#968420 (or 0x968420) is known color: Lemon Ginger. HEX triplet: 96, 84 and 20. RGB value is (150,132,32). Sum of RGB (Red+Green+Blue) = 150+132+32=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #968420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968420 is #697BDF. Grayscale: #7E7E7E. Windows color (decimal): -6912992 or 2131094. OLE color: 2131094.

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

Color convert

RGB 150 132 32 -
CMYK 0 0.12 0.79 0.41
HSL 50.85º 0.65% 0.36% -
HSV(B) 50.85º 0.79% 0.59% -
XYZ 21.09 23.09 4.71 -
YUV 125.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 150 132 32 0 0.12 0.79 0.41 50.85 0.65 0.36
Hex 96 84 20 0 C 4F 29 33 41 24
Octal 226 204 40 0 14 117 51 63 101 44
Binary 10010110 10000100 100000 0 1100 1001111 101001 110011 1000001 100100

Color Harmonies of #968420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968420

Black with #968420

Text Example


Text Example

White with #968420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968420; }

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

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

background-color css

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

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

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

border-color css

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

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

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