Html Css Color HEX #988433 Lemon Ginger

📋 copy color: '#988433'

red 152 ◦ green 132 ◦ blue 51

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

Shades of Lemon Ginger #988433

Tints of Lemon Ginger #988433

RGB

 RED value IS 152 (59.77% from 255) = 45.37%

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

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

R = 45.37%
G = 39.4%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#988433 (or 0x988433) is known color: Lemon Ginger. HEX triplet: 98, 84 and 33. RGB value is (152,132,51). Sum of RGB (Red+Green+Blue) = 152+132+51=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #988433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988433 is #677BCC. Grayscale: #818181. Windows color (decimal): -6781901 or 3376280. OLE color: 3376280.

HSL color Cylindrical-coordinate representation of color #988433: hue angle of 48.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #988433 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 51 -
CMYK 0 0.13 0.66 0.40
HSL 48.12º 0.5% 0.4% -
HSV(B) 48.12º 0.66% 0.6% -
XYZ 21.8 23.42 6.5 -
YUV 128.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 152 132 51 0 0.13 0.66 0.40 48.12 0.5 0.4
Hex 98 84 33 0 D 42 28 30 32 28
Octal 230 204 63 0 15 102 50 60 62 50
Binary 10011000 10000100 110011 0 1101 1000010 101000 110000 110010 101000

Color Harmonies of #988433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988433

Black with #988433

Text Example


Text Example

White with #988433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988433; }

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

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

background-color css

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

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

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

border-color css

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

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

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