Html Css Color HEX #988827 Lemon Ginger

📋 copy color: '#988827'

red 152 ◦ green 136 ◦ blue 39

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

Shades of Lemon Ginger #988827

Tints of Lemon Ginger #988827

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 46.48%
G = 41.59%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988827 (or 0x988827) is known color: Lemon Ginger. HEX triplet: 98, 88 and 27. RGB value is (152,136,39). Sum of RGB (Red+Green+Blue) = 152+136+39=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #988827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988827 is #6777D8. Grayscale: #828282. Windows color (decimal): -6780889 or 2590872. OLE color: 2590872.

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

Color convert

RGB 152 136 39 -
CMYK 0 0.11 0.74 0.40
HSL 51.5º 0.59% 0.37% -
HSV(B) 51.5º 0.74% 0.6% -
XYZ 22.12 24.43 5.47 -
YUV 129.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 152 136 39 0 0.11 0.74 0.40 51.5 0.59 0.37
Hex 98 88 27 0 B 4A 28 34 3B 25
Octal 230 210 47 0 13 112 50 64 73 45
Binary 10011000 10001000 100111 0 1011 1001010 101000 110100 111011 100101

Color Harmonies of #988827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988827

Black with #988827

Text Example


Text Example

White with #988827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988827; }

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

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

background-color css

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

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

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

border-color css

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

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

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