Html Css Color HEX #98BE11 Citrus

📋 copy color: '#98BE11'

red 152 ◦ green 190 ◦ blue 17

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

Shades of Citrus #98BE11

Tints of Citrus #98BE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 42.34%
G = 52.92%
B = 4.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#98BE11 (or 0x98BE11) is known color: Citrus. HEX triplet: 98, BE and 11. RGB value is (152,190,17). Sum of RGB (Red+Green+Blue) = 152+190+17=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BE11 is #6741EE. Grayscale: #9F9F9F. Windows color (decimal): -6767087 or 1162904. OLE color: 1162904.

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

Color convert

RGB 152 190 17 -
CMYK 0.2 0 0.91 0.25
HSL 73.18º 0.84% 0.41% -
HSV(B) 73.18º 0.91% 0.75% -
XYZ 31.46 43.54 7.28 -
YUV 158.92 47.91 123.07 -
System Red Green Blue C M Y K H S L
Decimal 152 190 17 0.2 0 0.91 0.25 73.18 0.84 0.41
Hex 98 BE 11 14 0 5B 19 49 54 29
Octal 230 276 21 24 0 133 31 111 124 51
Binary 10011000 10111110 10001 10100 0 1011011 11001 1001001 1010100 101001

Color Harmonies of #98BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE11

Black with #98BE11

Text Example


Text Example

White with #98BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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