Html Css Color HEX #98A802 Citrus

📋 copy color: '#98A802'

red 152 ◦ green 168 ◦ blue 2

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

Shades of Citrus #98A802

Tints of Citrus #98A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.17%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 47.2%
G = 52.17%
B = 0.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#98A802 (or 0x98A802) is known color: Citrus. HEX triplet: 98, A8 and 02. RGB value is (152,168,2). Sum of RGB (Red+Green+Blue) = 152+168+2=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #98A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A802 is #6757FD. Grayscale: #909090. Windows color (decimal): -6772734 or 174232. OLE color: 174232.

HSL color Cylindrical-coordinate representation of color #98A802: hue angle of 65.78º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98A802 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 168 2 -
CMYK 0.10 0 0.99 0.34
HSL 65.78º 0.98% 0.33% -
HSV(B) 65.78º 0.99% 0.66% -
XYZ 26.96 34.69 5.33 -
YUV 144.29 47.7 133.5 -
System Red Green Blue C M Y K H S L
Decimal 152 168 2 0.10 0 0.99 0.34 65.78 0.98 0.33
Hex 98 A8 2 A 0 63 22 42 62 21
Octal 230 250 2 12 0 143 42 102 142 41
Binary 10011000 10101000 10 1010 0 1100011 100010 1000010 1100010 100001

Color Harmonies of #98A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A802

Black with #98A802

Text Example


Text Example

White with #98A802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,2); }

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

background-color css

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

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

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

border-color css

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

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

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