Html Css Color HEX #98BC03 Citrus

📋 copy color: '#98BC03'

red 152 ◦ green 188 ◦ blue 3

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

Shades of Citrus #98BC03

Tints of Citrus #98BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 44.31%
G = 54.81%
B = 0.87%

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

#98BC03 (or 0x98BC03) is known color: Citrus. HEX triplet: 98, BC and 03. RGB value is (152,188,3). Sum of RGB (Red+Green+Blue) = 152+188+3=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC03 is #6743FC. Grayscale: #9C9C9C. Windows color (decimal): -6767613 or 244888. OLE color: 244888.

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

Color convert

RGB 152 188 3 -
CMYK 0.19 0 0.98 0.26
HSL 71.68º 0.97% 0.37% -
HSV(B) 71.68º 0.98% 0.74% -
XYZ 30.95 42.65 6.69 -
YUV 156.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 152 188 3 0.19 0 0.98 0.26 71.68 0.97 0.37
Hex 98 BC 3 13 0 62 1A 48 61 25
Octal 230 274 3 23 0 142 32 110 141 45
Binary 10011000 10111100 11 10011 0 1100010 11010 1001000 1100001 100101

Color Harmonies of #98BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC03

Black with #98BC03

Text Example


Text Example

White with #98BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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