Html Css Color HEX #968433 Lemon Ginger

📋 copy color: '#968433'

red 150 ◦ green 132 ◦ blue 51

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

Shades of Lemon Ginger #968433

Tints of Lemon Ginger #968433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 45.05%
G = 39.64%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#968433 (or 0x968433) is known color: Lemon Ginger. HEX triplet: 96, 84 and 33. RGB value is (150,132,51). Sum of RGB (Red+Green+Blue) = 150+132+51=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968433 is #697BCC. Grayscale: #808080. Windows color (decimal): -6912973 or 3376278. OLE color: 3376278.

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

Color convert

RGB 150 132 51 -
CMYK 0 0.12 0.66 0.41
HSL 49.09º 0.49% 0.39% -
HSV(B) 49.09º 0.66% 0.59% -
XYZ 21.43 23.23 6.49 -
YUV 128.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 150 132 51 0 0.12 0.66 0.41 49.09 0.49 0.39
Hex 96 84 33 0 C 42 29 31 31 27
Octal 226 204 63 0 14 102 51 61 61 47
Binary 10010110 10000100 110011 0 1100 1000010 101001 110001 110001 100111

Color Harmonies of #968433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968433

Black with #968433

Text Example


Text Example

White with #968433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968433; }

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

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

background-color css

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

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

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

border-color css

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

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

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