Html Css Color HEX #968829 Lemon Ginger

📋 copy color: '#968829'

red 150 ◦ green 136 ◦ blue 41

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

Shades of Lemon Ginger #968829

Tints of Lemon Ginger #968829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 45.87%
G = 41.59%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#968829 (or 0x968829) is known color: Lemon Ginger. HEX triplet: 96, 88 and 29. RGB value is (150,136,41). Sum of RGB (Red+Green+Blue) = 150+136+41=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #968829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968829 is #6977D6. Grayscale: #818181. Windows color (decimal): -6911959 or 2721942. OLE color: 2721942.

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

Color convert

RGB 150 136 41 -
CMYK 0 0.09 0.73 0.41
HSL 52.29º 0.57% 0.37% -
HSV(B) 52.29º 0.73% 0.59% -
XYZ 21.78 24.25 5.63 -
YUV 129.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 150 136 41 0 0.09 0.73 0.41 52.29 0.57 0.37
Hex 96 88 29 0 9 49 29 34 39 25
Octal 226 210 51 0 11 111 51 64 71 45
Binary 10010110 10001000 101001 0 1001 1001001 101001 110100 111001 100101

Color Harmonies of #968829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968829

Black with #968829

Text Example


Text Example

White with #968829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968829; }

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

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

background-color css

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

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

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

border-color css

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

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

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