Html Css Color HEX #988730 Lemon Ginger

📋 copy color: '#988730'

red 152 ◦ green 135 ◦ blue 48

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

Shades of Lemon Ginger #988730

Tints of Lemon Ginger #988730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 45.37%
G = 40.3%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#988730 (or 0x988730) is known color: Lemon Ginger. HEX triplet: 98, 87 and 30. RGB value is (152,135,48). Sum of RGB (Red+Green+Blue) = 152+135+48=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #988730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988730 is #6778CF. Grayscale: #828282. Windows color (decimal): -6781136 or 3180440. OLE color: 3180440.

HSL color Cylindrical-coordinate representation of color #988730: hue angle of 50.19º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #988730 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 48 -
CMYK 0 0.11 0.68 0.40
HSL 50.19º 0.52% 0.39% -
HSV(B) 50.19º 0.68% 0.6% -
XYZ 22.15 24.22 6.3 -
YUV 130.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 152 135 48 0 0.11 0.68 0.40 50.19 0.52 0.39
Hex 98 87 30 0 B 44 28 32 34 27
Octal 230 207 60 0 13 104 50 62 64 47
Binary 10011000 10000111 110000 0 1011 1000100 101000 110010 110100 100111

Color Harmonies of #988730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988730

Black with #988730

Text Example


Text Example

White with #988730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988730; }

 p { color: rgb(152,135,48); }

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

background-color css

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

 a { background-color: rgb(152,135,48); }

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

border-color css

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

 span { border-color: rgb(152,135,48); }

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