Html Css Color HEX #968F29 Lemon Ginger

📋 copy color: '#968F29'

red 150 ◦ green 143 ◦ blue 41

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

Shades of Lemon Ginger #968F29

Tints of Lemon Ginger #968F29

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 44.91%
G = 42.81%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#968F29 (or 0x968F29) is known color: Lemon Ginger. HEX triplet: 96, 8F and 29. RGB value is (150,143,41). Sum of RGB (Red+Green+Blue) = 150+143+41=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F29 is #6970D6. Grayscale: #858585. Windows color (decimal): -6910167 or 2723734. OLE color: 2723734.

HSL color Cylindrical-coordinate representation of color #968F29: hue angle of 56.15º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #968F29 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 41 -
CMYK 0 0.05 0.73 0.41
HSL 56.15º 0.57% 0.37% -
HSV(B) 56.15º 0.73% 0.59% -
XYZ 22.8 26.29 5.97 -
YUV 133.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 150 143 41 0 0.05 0.73 0.41 56.15 0.57 0.37
Hex 96 8F 29 0 5 49 29 38 39 25
Octal 226 217 51 0 5 111 51 70 71 45
Binary 10010110 10001111 101001 0 101 1001001 101001 111000 111001 100101

Color Harmonies of #968F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F29

Black with #968F29

Text Example


Text Example

White with #968F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968F29; }

 p { color: rgb(150,143,41); }

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

background-color css

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

 a { background-color: rgb(150,143,41); }

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

border-color css

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

 span { border-color: rgb(150,143,41); }

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