Html Css Color HEX #98980A Citron

📋 copy color: '#98980A'

red 152 ◦ green 152 ◦ blue 10

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

Shades of Citron #98980A

Tints of Citron #98980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 48.41%
G = 48.41%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98980A (or 0x98980A) is known color: Citron. HEX triplet: 98, 98 and 0A. RGB value is (152,152,10). Sum of RGB (Red+Green+Blue) = 152+152+10=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98980A is #6767F5. Grayscale: #888888. Windows color (decimal): -6776822 or 694424. OLE color: 694424.

HSL color Cylindrical-coordinate representation of color #98980A: hue angle of 60º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98980A is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 10 -
CMYK 0 0 0.93 0.40
HSL 60º 0.88% 0.32% -
HSV(B) 60º 0.93% 0.6% -
XYZ 24.23 29.15 4.64 -
YUV 135.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 152 152 10 0 0 0.93 0.40 60 0.88 0.32
Hex 98 98 A 0 0 5D 28 3C 58 20
Octal 230 230 12 0 0 135 50 74 130 40
Binary 10011000 10011000 1010 0 0 1011101 101000 111100 1011000 100000

Color Harmonies of #98980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98980A

Black with #98980A

Text Example


Text Example

White with #98980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,152,10); }

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

background-color css

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

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

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

border-color css

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

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

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