Html Css Color HEX #98BE14 Citrus

📋 copy color: '#98BE14'

red 152 ◦ green 190 ◦ blue 20

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

Shades of Citrus #98BE14

Tints of Citrus #98BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.49%

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

R = 41.99%
G = 52.49%
B = 5.52%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#98BE14 (or 0x98BE14) is known color: Citrus. HEX triplet: 98, BE and 14. RGB value is (152,190,20). Sum of RGB (Red+Green+Blue) = 152+190+20=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BE14 is #6741EB. Grayscale: #9F9F9F. Windows color (decimal): -6767084 or 1359512. OLE color: 1359512.

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

Color convert

RGB 152 190 20 -
CMYK 0.2 0 0.89 0.25
HSL 73.41º 0.81% 0.41% -
HSV(B) 73.41º 0.89% 0.75% -
XYZ 31.49 43.55 7.41 -
YUV 159.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 152 190 20 0.2 0 0.89 0.25 73.41 0.81 0.41
Hex 98 BE 14 14 0 59 19 49 51 29
Octal 230 276 24 24 0 131 31 111 121 51
Binary 10011000 10111110 10100 10100 0 1011001 11001 1001001 1010001 101001

Color Harmonies of #98BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE14

Black with #98BE14

Text Example


Text Example

White with #98BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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