Html Css Color HEX #968320 Lemon Ginger

📋 copy color: '#968320'

red 150 ◦ green 131 ◦ blue 32

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

Shades of Lemon Ginger #968320

Tints of Lemon Ginger #968320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 47.92%
G = 41.85%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#968320 (or 0x968320) is known color: Lemon Ginger. HEX triplet: 96, 83 and 20. RGB value is (150,131,32). Sum of RGB (Red+Green+Blue) = 150+131+32=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #968320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968320 is #697CDF. Grayscale: #7D7D7D. Windows color (decimal): -6913248 or 2130838. OLE color: 2130838.

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

Color convert

RGB 150 131 32 -
CMYK 0 0.13 0.79 0.41
HSL 50.34º 0.65% 0.36% -
HSV(B) 50.34º 0.79% 0.59% -
XYZ 20.95 22.82 4.67 -
YUV 125.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 150 131 32 0 0.13 0.79 0.41 50.34 0.65 0.36
Hex 96 83 20 0 D 4F 29 32 41 24
Octal 226 203 40 0 15 117 51 62 101 44
Binary 10010110 10000011 100000 0 1101 1001111 101001 110010 1000001 100100

Color Harmonies of #968320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968320

Black with #968320

Text Example


Text Example

White with #968320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968320; }

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

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

background-color css

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

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

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

border-color css

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

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

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