Html Css Color HEX #968221 Lemon Ginger

📋 copy color: '#968221'

red 150 ◦ green 130 ◦ blue 33

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

Shades of Lemon Ginger #968221

Tints of Lemon Ginger #968221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 47.92%
G = 41.53%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#968221 (or 0x968221) is known color: Lemon Ginger. HEX triplet: 96, 82 and 21. RGB value is (150,130,33). Sum of RGB (Red+Green+Blue) = 150+130+33=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #968221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968221 is #697DDE. Grayscale: #7D7D7D. Windows color (decimal): -6913503 or 2196118. OLE color: 2196118.

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

Color convert

RGB 150 130 33 -
CMYK 0 0.13 0.78 0.41
HSL 49.74º 0.64% 0.36% -
HSV(B) 49.74º 0.78% 0.59% -
XYZ 20.83 22.56 4.7 -
YUV 124.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 150 130 33 0 0.13 0.78 0.41 49.74 0.64 0.36
Hex 96 82 21 0 D 4E 29 32 40 24
Octal 226 202 41 0 15 116 51 62 100 44
Binary 10010110 10000010 100001 0 1101 1001110 101001 110010 1000000 100100

Color Harmonies of #968221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968221

Black with #968221

Text Example


Text Example

White with #968221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968221; }

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

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

background-color css

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

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

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

border-color css

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

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

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