Html Css Color HEX #988321 Lemon Ginger

📋 copy color: '#988321'

red 152 ◦ green 131 ◦ blue 33

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

Shades of Lemon Ginger #988321

Tints of Lemon Ginger #988321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 33 (13.28% from 255) = 10.44%

R = 48.1%
G = 41.46%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#988321 (or 0x988321) is known color: Lemon Ginger. HEX triplet: 98, 83 and 21. RGB value is (152,131,33). Sum of RGB (Red+Green+Blue) = 152+131+33=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #988321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988321 is #677CDE. Grayscale: #7E7E7E. Windows color (decimal): -6782175 or 2196376. OLE color: 2196376.

HSL color Cylindrical-coordinate representation of color #988321: hue angle of 49.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #988321 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 33 -
CMYK 0 0.14 0.78 0.40
HSL 49.41º 0.64% 0.36% -
HSV(B) 49.41º 0.78% 0.6% -
XYZ 21.34 23.02 4.76 -
YUV 126.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 152 131 33 0 0.14 0.78 0.40 49.41 0.64 0.36
Hex 98 83 21 0 E 4E 28 31 40 24
Octal 230 203 41 0 16 116 50 61 100 44
Binary 10011000 10000011 100001 0 1110 1001110 101000 110001 1000000 100100

Color Harmonies of #988321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988321

Black with #988321

Text Example


Text Example

White with #988321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988321; }

 p { color: rgb(152,131,33); }

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

background-color css

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

 a { background-color: rgb(152,131,33); }

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

border-color css

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

 span { border-color: rgb(152,131,33); }

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