Html Css Color HEX #988231 Lemon Ginger

📋 copy color: '#988231'

red 152 ◦ green 130 ◦ blue 49

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

Shades of Lemon Ginger #988231

Tints of Lemon Ginger #988231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 45.92%
G = 39.27%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#988231 (or 0x988231) is known color: Lemon Ginger. HEX triplet: 98, 82 and 31. RGB value is (152,130,49). Sum of RGB (Red+Green+Blue) = 152+130+49=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988231 is #677DCE. Grayscale: #7F7F7F. Windows color (decimal): -6782415 or 3244696. OLE color: 3244696.

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

Color convert

RGB 152 130 49 -
CMYK 0 0.14 0.68 0.40
HSL 47.18º 0.51% 0.39% -
HSV(B) 47.18º 0.68% 0.6% -
XYZ 21.49 22.86 6.19 -
YUV 127.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 152 130 49 0 0.14 0.68 0.40 47.18 0.51 0.39
Hex 98 82 31 0 E 44 28 2F 33 27
Octal 230 202 61 0 16 104 50 57 63 47
Binary 10011000 10000010 110001 0 1110 1000100 101000 101111 110011 100111

Color Harmonies of #988231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988231

Black with #988231

Text Example


Text Example

White with #988231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988231; }

 p { color: rgb(152,130,49); }

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

background-color css

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

 a { background-color: rgb(152,130,49); }

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

border-color css

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

 span { border-color: rgb(152,130,49); }

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