Html Css Color HEX #988927 Lemon Ginger

📋 copy color: '#988927'

red 152 ◦ green 137 ◦ blue 39

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

Shades of Lemon Ginger #988927

Tints of Lemon Ginger #988927

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

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

R = 46.34%
G = 41.77%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988927 (or 0x988927) is known color: Lemon Ginger. HEX triplet: 98, 89 and 27. RGB value is (152,137,39). Sum of RGB (Red+Green+Blue) = 152+137+39=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #988927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988927 is #6776D8. Grayscale: #828282. Windows color (decimal): -6780633 or 2591128. OLE color: 2591128.

HSL color Cylindrical-coordinate representation of color #988927: hue angle of 52.04º 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 #988927 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 39 -
CMYK 0 0.10 0.74 0.40
HSL 52.04º 0.59% 0.37% -
HSV(B) 52.04º 0.74% 0.6% -
XYZ 22.26 24.71 5.52 -
YUV 130.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 152 137 39 0 0.10 0.74 0.40 52.04 0.59 0.37
Hex 98 89 27 0 A 4A 28 34 3B 25
Octal 230 211 47 0 12 112 50 64 73 45
Binary 10011000 10001001 100111 0 1010 1001010 101000 110100 111011 100101

Color Harmonies of #988927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988927

Black with #988927

Text Example


Text Example

White with #988927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988927; }

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

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

background-color css

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

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

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

border-color css

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

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

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