Html Css Color HEX #968434 Lemon Ginger

📋 copy color: '#968434'

red 150 ◦ green 132 ◦ blue 52

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

Shades of Lemon Ginger #968434

Tints of Lemon Ginger #968434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 44.91%
G = 39.52%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#968434 (or 0x968434) is known color: Lemon Ginger. HEX triplet: 96, 84 and 34. RGB value is (150,132,52). Sum of RGB (Red+Green+Blue) = 150+132+52=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968434 is #697BCB. Grayscale: #808080. Windows color (decimal): -6912972 or 3441814. OLE color: 3441814.

HSL color Cylindrical-coordinate representation of color #968434: hue angle of 48.98º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968434 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 52 -
CMYK 0 0.12 0.65 0.41
HSL 48.98º 0.49% 0.4% -
HSV(B) 48.98º 0.65% 0.59% -
XYZ 21.45 23.23 6.6 -
YUV 128.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 150 132 52 0 0.12 0.65 0.41 48.98 0.49 0.4
Hex 96 84 34 0 C 41 29 31 31 28
Octal 226 204 64 0 14 101 51 61 61 50
Binary 10010110 10000100 110100 0 1100 1000001 101001 110001 110001 101000

Color Harmonies of #968434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968434

Black with #968434

Text Example


Text Example

White with #968434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968434; }

 p { color: rgb(150,132,52); }

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

background-color css

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

 a { background-color: rgb(150,132,52); }

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

border-color css

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

 span { border-color: rgb(150,132,52); }

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