Html Css Color HEX #989223 Lemon Ginger

📋 copy color: '#989223'

red 152 ◦ green 146 ◦ blue 35

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

Shades of Lemon Ginger #989223

Tints of Lemon Ginger #989223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 45.65%
G = 43.84%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#989223 (or 0x989223) is known color: Lemon Ginger. HEX triplet: 98, 92 and 23. RGB value is (152,146,35). Sum of RGB (Red+Green+Blue) = 152+146+35=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #989223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989223 is #676DDC. Grayscale: #878787. Windows color (decimal): -6778333 or 2331288. OLE color: 2331288.

HSL color Cylindrical-coordinate representation of color #989223: hue angle of 56.92º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #989223 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 146 35 -
CMYK 0 0.04 0.77 0.40
HSL 56.92º 0.63% 0.37% -
HSV(B) 56.92º 0.77% 0.6% -
XYZ 23.53 27.35 5.63 -
YUV 135.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 152 146 35 0 0.04 0.77 0.40 56.92 0.63 0.37
Hex 98 92 23 0 4 4D 28 39 3F 25
Octal 230 222 43 0 4 115 50 71 77 45
Binary 10011000 10010010 100011 0 100 1001101 101000 111001 111111 100101

Color Harmonies of #989223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989223

Black with #989223

Text Example


Text Example

White with #989223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989223; }

 p { color: rgb(152,146,35); }

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

background-color css

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

 a { background-color: rgb(152,146,35); }

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

border-color css

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

 span { border-color: rgb(152,146,35); }

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