Html Css Color HEX #988427 Lemon Ginger

📋 copy color: '#988427'

red 152 ◦ green 132 ◦ blue 39

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

Shades of Lemon Ginger #988427

Tints of Lemon Ginger #988427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 47.06%
G = 40.87%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988427 (or 0x988427) is known color: Lemon Ginger. HEX triplet: 98, 84 and 27. RGB value is (152,132,39). Sum of RGB (Red+Green+Blue) = 152+132+39=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #988427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988427 is #677BD8. Grayscale: #7F7F7F. Windows color (decimal): -6781913 or 2589848. OLE color: 2589848.

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

Color convert

RGB 152 132 39 -
CMYK 0 0.13 0.74 0.40
HSL 49.38º 0.59% 0.37% -
HSV(B) 49.38º 0.74% 0.6% -
XYZ 21.57 23.32 5.28 -
YUV 127.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 152 132 39 0 0.13 0.74 0.40 49.38 0.59 0.37
Hex 98 84 27 0 D 4A 28 31 3B 25
Octal 230 204 47 0 15 112 50 61 73 45
Binary 10011000 10000100 100111 0 1101 1001010 101000 110001 111011 100101

Color Harmonies of #988427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988427

Black with #988427

Text Example


Text Example

White with #988427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988427; }

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

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

background-color css

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

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

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

border-color css

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

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

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