Html Css Color HEX #98A005 Citrus

📋 copy color: '#98A005'

red 152 ◦ green 160 ◦ blue 5

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

Shades of Citrus #98A005

Tints of Citrus #98A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.47%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 47.95%
G = 50.47%
B = 1.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#98A005 (or 0x98A005) is known color: Citrus. HEX triplet: 98, A0 and 05. RGB value is (152,160,5). Sum of RGB (Red+Green+Blue) = 152+160+5=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #98A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A005 is #675FFA. Grayscale: #8C8C8C. Windows color (decimal): -6774779 or 368792. OLE color: 368792.

HSL color Cylindrical-coordinate representation of color #98A005: hue angle of 63.1º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98A005 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 160 5 -
CMYK 0.05 0 0.97 0.37
HSL 63.1º 0.94% 0.32% -
HSV(B) 63.1º 0.97% 0.63% -
XYZ 25.55 31.83 4.94 -
YUV 139.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 152 160 5 0.05 0 0.97 0.37 63.1 0.94 0.32
Hex 98 A0 5 5 0 61 25 3F 5E 20
Octal 230 240 5 5 0 141 45 77 136 40
Binary 10011000 10100000 101 101 0 1100001 100101 111111 1011110 100000

Color Harmonies of #98A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A005

Black with #98A005

Text Example


Text Example

White with #98A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,160,5); }

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

background-color css

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

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

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

border-color css

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

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

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