Html Css Color HEX #969020 Lemon Ginger

📋 copy color: '#969020'

red 150 ◦ green 144 ◦ blue 32

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

Shades of Lemon Ginger #969020

Tints of Lemon Ginger #969020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 46.01%
G = 44.17%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#969020 (or 0x969020) is known color: Lemon Ginger. HEX triplet: 96, 90 and 20. RGB value is (150,144,32). Sum of RGB (Red+Green+Blue) = 150+144+32=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #969020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969020 is #696FDF. Grayscale: #858585. Windows color (decimal): -6909920 or 2134166. OLE color: 2134166.

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

Color convert

RGB 150 144 32 -
CMYK 0 0.04 0.79 0.41
HSL 56.95º 0.65% 0.36% -
HSV(B) 56.95º 0.79% 0.59% -
XYZ 22.81 26.53 5.29 -
YUV 133.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 150 144 32 0 0.04 0.79 0.41 56.95 0.65 0.36
Hex 96 90 20 0 4 4F 29 39 41 24
Octal 226 220 40 0 4 117 51 71 101 44
Binary 10010110 10010000 100000 0 100 1001111 101001 111001 1000001 100100

Color Harmonies of #969020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969020

Black with #969020

Text Example


Text Example

White with #969020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969020; }

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

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

background-color css

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

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

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

border-color css

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

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

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