Html Css Color HEX #989022 Lemon Ginger

📋 copy color: '#989022'

red 152 ◦ green 144 ◦ blue 34

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

Shades of Lemon Ginger #989022

Tints of Lemon Ginger #989022

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 46.06%
G = 43.64%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#989022 (or 0x989022) is known color: Lemon Ginger. HEX triplet: 98, 90 and 22. RGB value is (152,144,34). Sum of RGB (Red+Green+Blue) = 152+144+34=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #989022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989022 is #676FDD. Grayscale: #868686. Windows color (decimal): -6778846 or 2265240. OLE color: 2265240.

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

Color convert

RGB 152 144 34 -
CMYK 0 0.05 0.78 0.40
HSL 55.93º 0.63% 0.36% -
HSV(B) 55.93º 0.78% 0.6% -
XYZ 23.21 26.74 5.45 -
YUV 133.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 152 144 34 0 0.05 0.78 0.40 55.93 0.63 0.36
Hex 98 90 22 0 5 4E 28 38 3F 24
Octal 230 220 42 0 5 116 50 70 77 44
Binary 10011000 10010000 100010 0 101 1001110 101000 111000 111111 100100

Color Harmonies of #989022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989022

Black with #989022

Text Example


Text Example

White with #989022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989022; }

 p { color: rgb(152,144,34); }

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

background-color css

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

 a { background-color: rgb(152,144,34); }

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

border-color css

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

 span { border-color: rgb(152,144,34); }

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