Html Css Color HEX #98BC04 Citrus

📋 copy color: '#98BC04'

red 152 ◦ green 188 ◦ blue 4

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

Shades of Citrus #98BC04

Tints of Citrus #98BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

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

R = 44.19%
G = 54.65%
B = 1.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#98BC04 (or 0x98BC04) is known color: Citrus. HEX triplet: 98, BC and 04. RGB value is (152,188,4). Sum of RGB (Red+Green+Blue) = 152+188+4=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC04 is #6743FB. Grayscale: #9C9C9C. Windows color (decimal): -6767612 or 310424. OLE color: 310424.

HSL color Cylindrical-coordinate representation of color #98BC04: hue angle of 71.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98BC04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 4 -
CMYK 0.19 0 0.98 0.26
HSL 71.74º 0.96% 0.38% -
HSV(B) 71.74º 0.98% 0.74% -
XYZ 30.95 42.65 6.72 -
YUV 156.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 152 188 4 0.19 0 0.98 0.26 71.74 0.96 0.38
Hex 98 BC 4 13 0 62 1A 48 60 26
Octal 230 274 4 23 0 142 32 110 140 46
Binary 10011000 10111100 100 10011 0 1100010 11010 1001000 1100000 100110

Color Harmonies of #98BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC04

Black with #98BC04

Text Example


Text Example

White with #98BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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