Html Css Color HEX #98BC08 Citrus

📋 copy color: '#98BC08'

red 152 ◦ green 188 ◦ blue 8

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

Shades of Citrus #98BC08

Tints of Citrus #98BC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 43.68%
G = 54.02%
B = 2.3%

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

#98BC08 (or 0x98BC08) is known color: Citrus. HEX triplet: 98, BC and 08. RGB value is (152,188,8). Sum of RGB (Red+Green+Blue) = 152+188+8=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC08 is #6743F7. Grayscale: #9D9D9D. Windows color (decimal): -6767608 or 572568. OLE color: 572568.

HSL color Cylindrical-coordinate representation of color #98BC08: hue angle of 72º degrees, saturation: 0.92, 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 #98BC08 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 8 -
CMYK 0.19 0 0.96 0.26
HSL 72º 0.92% 0.38% -
HSV(B) 72º 0.96% 0.74% -
XYZ 30.98 42.66 6.83 -
YUV 156.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 152 188 8 0.19 0 0.96 0.26 72 0.92 0.38
Hex 98 BC 8 13 0 60 1A 48 5C 26
Octal 230 274 10 23 0 140 32 110 134 46
Binary 10011000 10111100 1000 10011 0 1100000 11010 1001000 1011100 100110

Color Harmonies of #98BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC08

Black with #98BC08

Text Example


Text Example

White with #98BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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