Html Css Color HEX #988430 Lemon Ginger

📋 copy color: '#988430'

red 152 ◦ green 132 ◦ blue 48

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

Shades of Lemon Ginger #988430

Tints of Lemon Ginger #988430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 45.78%
G = 39.76%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#988430 (or 0x988430) is known color: Lemon Ginger. HEX triplet: 98, 84 and 30. RGB value is (152,132,48). Sum of RGB (Red+Green+Blue) = 152+132+48=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #988430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988430 is #677BCF. Grayscale: #808080. Windows color (decimal): -6781904 or 3179672. OLE color: 3179672.

HSL color Cylindrical-coordinate representation of color #988430: hue angle of 48.46º degrees, saturation: 0.52, 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 #988430 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 48 -
CMYK 0 0.13 0.68 0.40
HSL 48.46º 0.52% 0.39% -
HSV(B) 48.46º 0.68% 0.6% -
XYZ 21.73 23.39 6.17 -
YUV 128.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 152 132 48 0 0.13 0.68 0.40 48.46 0.52 0.39
Hex 98 84 30 0 D 44 28 30 34 27
Octal 230 204 60 0 15 104 50 60 64 47
Binary 10011000 10000100 110000 0 1101 1000100 101000 110000 110100 100111

Color Harmonies of #988430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988430

Black with #988430

Text Example


Text Example

White with #988430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988430; }

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

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

background-color css

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

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

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

border-color css

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

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

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