Html Css Color HEX #96912A Lemon Ginger

📋 copy color: '#96912A'

red 150 ◦ green 145 ◦ blue 42

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

Shades of Lemon Ginger #96912A

Tints of Lemon Ginger #96912A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 44.51%
G = 43.03%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96912A (or 0x96912A) is known color: Lemon Ginger. HEX triplet: 96, 91 and 2A. RGB value is (150,145,42). Sum of RGB (Red+Green+Blue) = 150+145+42=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96912A is #696ED5. Grayscale: #878787. Windows color (decimal): -6909654 or 2789782. OLE color: 2789782.

HSL color Cylindrical-coordinate representation of color #96912A: hue angle of 57.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96912A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 42 -
CMYK 0 0.03 0.72 0.41
HSL 57.22º 0.56% 0.38% -
HSV(B) 57.22º 0.72% 0.59% -
XYZ 23.12 26.9 6.16 -
YUV 134.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 150 145 42 0 0.03 0.72 0.41 57.22 0.56 0.38
Hex 96 91 2A 0 3 48 29 39 38 26
Octal 226 221 52 0 3 110 51 71 70 46
Binary 10010110 10010001 101010 0 11 1001000 101001 111001 111000 100110

Color Harmonies of #96912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96912A

Black with #96912A

Text Example


Text Example

White with #96912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96912A; }

 p { color: rgb(150,145,42); }

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

background-color css

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

 a { background-color: rgb(150,145,42); }

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

border-color css

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

 span { border-color: rgb(150,145,42); }

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