Html Css Color HEX #968534 Lemon Ginger

📋 copy color: '#968534'

red 150 ◦ green 133 ◦ blue 52

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

Shades of Lemon Ginger #968534

Tints of Lemon Ginger #968534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 44.78%
G = 39.7%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#968534 (or 0x968534) is known color: Lemon Ginger. HEX triplet: 96, 85 and 34. RGB value is (150,133,52). Sum of RGB (Red+Green+Blue) = 150+133+52=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #968534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968534 is #697ACB. Grayscale: #818181. Windows color (decimal): -6912716 or 3442070. OLE color: 3442070.

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

Color convert

RGB 150 133 52 -
CMYK 0 0.11 0.65 0.41
HSL 49.59º 0.49% 0.4% -
HSV(B) 49.59º 0.65% 0.59% -
XYZ 21.59 23.51 6.65 -
YUV 128.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 150 133 52 0 0.11 0.65 0.41 49.59 0.49 0.4
Hex 96 85 34 0 B 41 29 32 31 28
Octal 226 205 64 0 13 101 51 62 61 50
Binary 10010110 10000101 110100 0 1011 1000001 101001 110010 110001 101000

Color Harmonies of #968534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968534

Black with #968534

Text Example


Text Example

White with #968534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968534; }

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

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

background-color css

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

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

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

border-color css

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

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

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