Html Css Color HEX #98BD14 Citrus

📋 copy color: '#98BD14'

red 152 ◦ green 189 ◦ blue 20

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

Shades of Citrus #98BD14

Tints of Citrus #98BD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

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

R = 42.11%
G = 52.35%
B = 5.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#98BD14 (or 0x98BD14) is known color: Citrus. HEX triplet: 98, BD and 14. RGB value is (152,189,20). Sum of RGB (Red+Green+Blue) = 152+189+20=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BD14 is #6742EB. Grayscale: #9F9F9F. Windows color (decimal): -6767340 or 1359256. OLE color: 1359256.

HSL color Cylindrical-coordinate representation of color #98BD14: hue angle of 73.14º 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 #98BD14 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 189 20 -
CMYK 0.20 0 0.89 0.26
HSL 73.14º 0.81% 0.41% -
HSV(B) 73.14º 0.89% 0.74% -
XYZ 31.27 43.12 7.34 -
YUV 158.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 152 189 20 0.20 0 0.89 0.26 73.14 0.81 0.41
Hex 98 BD 14 14 0 59 1A 49 51 29
Octal 230 275 24 24 0 131 32 111 121 51
Binary 10011000 10111101 10100 10100 0 1011001 11010 1001001 1010001 101001

Color Harmonies of #98BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD14

Black with #98BD14

Text Example


Text Example

White with #98BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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