Html Css Color HEX #998334 Lemon Ginger

📋 copy color: '#998334'

red 153 ◦ green 131 ◦ blue 52

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

Shades of Lemon Ginger #998334

Tints of Lemon Ginger #998334

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 45.54%
G = 38.99%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#998334 (or 0x998334) is known color: Lemon Ginger. HEX triplet: 99, 83 and 34. RGB value is (153,131,52). Sum of RGB (Red+Green+Blue) = 153+131+52=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998334 is #667CCB. Grayscale: #808080. Windows color (decimal): -6716620 or 3441561. OLE color: 3441561.

HSL color Cylindrical-coordinate representation of color #998334: hue angle of 46.93º degrees, saturation: 0.49, 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 #998334 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 52 -
CMYK 0 0.14 0.66 0.4
HSL 46.93º 0.49% 0.4% -
HSV(B) 46.93º 0.66% 0.6% -
XYZ 21.87 23.25 6.58 -
YUV 128.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 153 131 52 0 0.14 0.66 0.4 46.93 0.49 0.4
Hex 99 83 34 0 E 42 28 2F 31 28
Octal 231 203 64 0 16 102 50 57 61 50
Binary 10011001 10000011 110100 0 1110 1000010 101000 101111 110001 101000

Color Harmonies of #998334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998334

Black with #998334

Text Example


Text Example

White with #998334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998334; }

 p { color: rgb(153,131,52); }

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

background-color css

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

 a { background-color: rgb(153,131,52); }

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

border-color css

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

 span { border-color: rgb(153,131,52); }

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