Html Css Color HEX #968234 Lemon Ginger

📋 copy color: '#968234'

red 150 ◦ green 130 ◦ blue 52

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

Shades of Lemon Ginger #968234

Tints of Lemon Ginger #968234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 45.18%
G = 39.16%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#968234 (or 0x968234) is known color: Lemon Ginger. HEX triplet: 96, 82 and 34. RGB value is (150,130,52). Sum of RGB (Red+Green+Blue) = 150+130+52=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968234 is #697DCB. Grayscale: #7F7F7F. Windows color (decimal): -6913484 or 3441302. OLE color: 3441302.

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

Color convert

RGB 150 130 52 -
CMYK 0 0.13 0.65 0.41
HSL 47.76º 0.49% 0.4% -
HSV(B) 47.76º 0.65% 0.59% -
XYZ 21.18 22.7 6.51 -
YUV 127.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 150 130 52 0 0.13 0.65 0.41 47.76 0.49 0.4
Hex 96 82 34 0 D 41 29 30 31 28
Octal 226 202 64 0 15 101 51 60 61 50
Binary 10010110 10000010 110100 0 1101 1000001 101001 110000 110001 101000

Color Harmonies of #968234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968234

Black with #968234

Text Example


Text Example

White with #968234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968234; }

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

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

background-color css

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

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

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

border-color css

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

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

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