Html Css Color HEX #968E29 Lemon Ginger

📋 copy color: '#968E29'

red 150 ◦ green 142 ◦ blue 41

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

Shades of Lemon Ginger #968E29

Tints of Lemon Ginger #968E29

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.64%

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

R = 45.05%
G = 42.64%
B = 12.31%

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

#968E29 (or 0x968E29) is known color: Lemon Ginger. HEX triplet: 96, 8E and 29. RGB value is (150,142,41). Sum of RGB (Red+Green+Blue) = 150+142+41=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E29 is #6971D6. Grayscale: #858585. Windows color (decimal): -6910423 or 2723478. OLE color: 2723478.

HSL color Cylindrical-coordinate representation of color #968E29: hue angle of 55.6º 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 #968E29 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 41 -
CMYK 0 0.05 0.73 0.41
HSL 55.6º 0.57% 0.37% -
HSV(B) 55.6º 0.73% 0.59% -
XYZ 22.65 25.99 5.92 -
YUV 132.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 150 142 41 0 0.05 0.73 0.41 55.6 0.57 0.37
Hex 96 8E 29 0 5 49 29 38 39 25
Octal 226 216 51 0 5 111 51 70 71 45
Binary 10010110 10001110 101001 0 101 1001001 101001 111000 111001 100101

Color Harmonies of #968E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E29

Black with #968E29

Text Example


Text Example

White with #968E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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