Html Css Color HEX #98A504 Citrus

📋 copy color: '#98A504'

red 152 ◦ green 165 ◦ blue 4

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

Shades of Citrus #98A504

Tints of Citrus #98A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.4%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 47.35%
G = 51.4%
B = 1.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#98A504 (or 0x98A504) is known color: Citrus. HEX triplet: 98, A5 and 04. RGB value is (152,165,4). Sum of RGB (Red+Green+Blue) = 152+165+4=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #98A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A504 is #675AFB. Grayscale: #8F8F8F. Windows color (decimal): -6773500 or 304536. OLE color: 304536.

HSL color Cylindrical-coordinate representation of color #98A504: hue angle of 64.84º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98A504 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 165 4 -
CMYK 0.08 0 0.98 0.35
HSL 64.84º 0.95% 0.33% -
HSV(B) 64.84º 0.98% 0.65% -
XYZ 26.43 33.59 5.21 -
YUV 142.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 152 165 4 0.08 0 0.98 0.35 64.84 0.95 0.33
Hex 98 A5 4 8 0 62 23 41 5F 21
Octal 230 245 4 10 0 142 43 101 137 41
Binary 10011000 10100101 100 1000 0 1100010 100011 1000001 1011111 100001

Color Harmonies of #98A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A504

Black with #98A504

Text Example


Text Example

White with #98A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A504; }

 p { color: rgb(152,165,4); }

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

background-color css

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

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

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

border-color css

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

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

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