Html Css Color HEX #98BC14 Citrus

📋 copy color: '#98BC14'

red 152 ◦ green 188 ◦ blue 20

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

Shades of Citrus #98BC14

Tints of Citrus #98BC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 42.22%
G = 52.22%
B = 5.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#98BC14 (or 0x98BC14) is known color: Citrus. HEX triplet: 98, BC and 14. RGB value is (152,188,20). Sum of RGB (Red+Green+Blue) = 152+188+20=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC14 is #6743EB. Grayscale: #9E9E9E. Windows color (decimal): -6767596 or 1359000. OLE color: 1359000.

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

Color convert

RGB 152 188 20 -
CMYK 0.19 0 0.89 0.26
HSL 72.86º 0.81% 0.41% -
HSV(B) 72.86º 0.89% 0.74% -
XYZ 31.06 42.69 7.27 -
YUV 158.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 152 188 20 0.19 0 0.89 0.26 72.86 0.81 0.41
Hex 98 BC 14 13 0 59 1A 49 51 29
Octal 230 274 24 23 0 131 32 111 121 51
Binary 10011000 10111100 10100 10011 0 1011001 11010 1001001 1010001 101001

Color Harmonies of #98BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC14

Black with #98BC14

Text Example


Text Example

White with #98BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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