Html Css Color HEX #98852A Lemon Ginger

📋 copy color: '#98852A'

red 152 ◦ green 133 ◦ blue 42

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

Shades of Lemon Ginger #98852A

Tints of Lemon Ginger #98852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 46.48%
G = 40.67%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98852A (or 0x98852A) is known color: Lemon Ginger. HEX triplet: 98, 85 and 2A. RGB value is (152,133,42). Sum of RGB (Red+Green+Blue) = 152+133+42=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98852A is #677AD5. Grayscale: #808080. Windows color (decimal): -6781654 or 2786712. OLE color: 2786712.

HSL color Cylindrical-coordinate representation of color #98852A: hue angle of 49.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 #98852A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 42 -
CMYK 0 0.13 0.72 0.40
HSL 49.64º 0.57% 0.38% -
HSV(B) 49.64º 0.72% 0.6% -
XYZ 21.75 23.62 5.6 -
YUV 128.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 152 133 42 0 0.13 0.72 0.40 49.64 0.57 0.38
Hex 98 85 2A 0 D 48 28 32 39 26
Octal 230 205 52 0 15 110 50 62 71 46
Binary 10011000 10000101 101010 0 1101 1001000 101000 110010 111001 100110

Color Harmonies of #98852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98852A

Black with #98852A

Text Example


Text Example

White with #98852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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