Html Css Color HEX #98BC07 Citrus

📋 copy color: '#98BC07'

red 152 ◦ green 188 ◦ blue 7

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

Shades of Citrus #98BC07

Tints of Citrus #98BC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 43.8%
G = 54.18%
B = 2.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#98BC07 (or 0x98BC07) is known color: Citrus. HEX triplet: 98, BC and 07. RGB value is (152,188,7). Sum of RGB (Red+Green+Blue) = 152+188+7=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC07 is #6743F8. Grayscale: #9D9D9D. Windows color (decimal): -6767609 or 507032. OLE color: 507032.

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

Color convert

RGB 152 188 7 -
CMYK 0.19 0 0.96 0.26
HSL 71.93º 0.93% 0.38% -
HSV(B) 71.93º 0.96% 0.74% -
XYZ 30.97 42.66 6.8 -
YUV 156.6 43.57 124.72 -
System Red Green Blue C M Y K H S L
Decimal 152 188 7 0.19 0 0.96 0.26 71.93 0.93 0.38
Hex 98 BC 7 13 0 60 1A 48 5D 26
Octal 230 274 7 23 0 140 32 110 135 46
Binary 10011000 10111100 111 10011 0 1100000 11010 1001000 1011101 100110

Color Harmonies of #98BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC07

Black with #98BC07

Text Example


Text Example

White with #98BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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