Html Css Color HEX #98902A Lemon Ginger

📋 copy color: '#98902A'

red 152 ◦ green 144 ◦ blue 42

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

Shades of Lemon Ginger #98902A

Tints of Lemon Ginger #98902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 44.97%
G = 42.6%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98902A (or 0x98902A) is known color: Lemon Ginger. HEX triplet: 98, 90 and 2A. RGB value is (152,144,42). Sum of RGB (Red+Green+Blue) = 152+144+42=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #98902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98902A is #676FD5. Grayscale: #878787. Windows color (decimal): -6778838 or 2789528. OLE color: 2789528.

HSL color Cylindrical-coordinate representation of color #98902A: hue angle of 55.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98902A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 42 -
CMYK 0 0.05 0.72 0.40
HSL 55.64º 0.57% 0.38% -
HSV(B) 55.64º 0.72% 0.6% -
XYZ 23.34 26.79 6.13 -
YUV 134.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 152 144 42 0 0.05 0.72 0.40 55.64 0.57 0.38
Hex 98 90 2A 0 5 48 28 38 39 26
Octal 230 220 52 0 5 110 50 70 71 46
Binary 10011000 10010000 101010 0 101 1001000 101000 111000 111001 100110

Color Harmonies of #98902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98902A

Black with #98902A

Text Example


Text Example

White with #98902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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