Html Css Color HEX #98BB0E Citrus

📋 copy color: '#98BB0E'

red 152 ◦ green 187 ◦ blue 14

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

Shades of Citrus #98BB0E

Tints of Citrus #98BB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.97%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 43.06%
G = 52.97%
B = 3.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#98BB0E (or 0x98BB0E) is known color: Citrus. HEX triplet: 98, BB and 0E. RGB value is (152,187,14). Sum of RGB (Red+Green+Blue) = 152+187+14=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BB0E is #6744F1. Grayscale: #9D9D9D. Windows color (decimal): -6767858 or 965528. OLE color: 965528.

HSL color Cylindrical-coordinate representation of color #98BB0E: hue angle of 72.14º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98BB0E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 187 14 -
CMYK 0.19 0 0.93 0.27
HSL 72.14º 0.86% 0.39% -
HSV(B) 72.14º 0.93% 0.73% -
XYZ 30.8 42.25 6.95 -
YUV 156.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 152 187 14 0.19 0 0.93 0.27 72.14 0.86 0.39
Hex 98 BB E 13 0 5D 1B 48 56 27
Octal 230 273 16 23 0 135 33 110 126 47
Binary 10011000 10111011 1110 10011 0 1011101 11011 1001000 1010110 100111

Color Harmonies of #98BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BB0E

Black with #98BB0E

Text Example


Text Example

White with #98BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,14); }

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

background-color css

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

 a { background-color: rgb(152,187,14); }

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

border-color css

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

 span { border-color: rgb(152,187,14); }

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