Html Css Color HEX #988933 Lemon Ginger

📋 copy color: '#988933'

red 152 ◦ green 137 ◦ blue 51

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

Shades of Lemon Ginger #988933

Tints of Lemon Ginger #988933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15%

R = 44.71%
G = 40.29%
B = 15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#988933 (or 0x988933) is known color: Lemon Ginger. HEX triplet: 98, 89 and 33. RGB value is (152,137,51). Sum of RGB (Red+Green+Blue) = 152+137+51=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #988933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988933 is #6776CC. Grayscale: #848484. Windows color (decimal): -6780621 or 3377560. OLE color: 3377560.

HSL color Cylindrical-coordinate representation of color #988933: hue angle of 51.09º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #988933 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 51 -
CMYK 0 0.10 0.66 0.40
HSL 51.09º 0.5% 0.4% -
HSV(B) 51.09º 0.66% 0.6% -
XYZ 22.49 24.81 6.73 -
YUV 131.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 152 137 51 0 0.10 0.66 0.40 51.09 0.5 0.4
Hex 98 89 33 0 A 42 28 33 32 28
Octal 230 211 63 0 12 102 50 63 62 50
Binary 10011000 10001001 110011 0 1010 1000010 101000 110011 110010 101000

Color Harmonies of #988933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988933

Black with #988933

Text Example


Text Example

White with #988933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988933; }

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

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

background-color css

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

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

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

border-color css

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

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

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