Html Css Color HEX #988C27 Lemon Ginger

📋 copy color: '#988C27'

red 152 ◦ green 140 ◦ blue 39

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

Shades of Lemon Ginger #988C27

Tints of Lemon Ginger #988C27

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

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

R = 45.92%
G = 42.3%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988C27 (or 0x988C27) is known color: Lemon Ginger. HEX triplet: 98, 8C and 27. RGB value is (152,140,39). Sum of RGB (Red+Green+Blue) = 152+140+39=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C27 is #6773D8. Grayscale: #848484. Windows color (decimal): -6779865 or 2591896. OLE color: 2591896.

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

Color convert

RGB 152 140 39 -
CMYK 0 0.08 0.74 0.40
HSL 53.63º 0.59% 0.37% -
HSV(B) 53.63º 0.74% 0.6% -
XYZ 22.69 25.58 5.66 -
YUV 132.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 152 140 39 0 0.08 0.74 0.40 53.63 0.59 0.37
Hex 98 8C 27 0 8 4A 28 36 3B 25
Octal 230 214 47 0 10 112 50 66 73 45
Binary 10011000 10001100 100111 0 1000 1001010 101000 110110 111011 100101

Color Harmonies of #988C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C27

Black with #988C27

Text Example


Text Example

White with #988C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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