Html Css Color HEX #98BB04 Citrus

📋 copy color: '#98BB04'

red 152 ◦ green 187 ◦ blue 4

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

Shades of Citrus #98BB04

Tints of Citrus #98BB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 44.31%
G = 54.52%
B = 1.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#98BB04 (or 0x98BB04) is known color: Citrus. HEX triplet: 98, BB and 04. RGB value is (152,187,4). Sum of RGB (Red+Green+Blue) = 152+187+4=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BB04 is #6744FB. Grayscale: #9C9C9C. Windows color (decimal): -6767868 or 310168. OLE color: 310168.

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

Color convert

RGB 152 187 4 -
CMYK 0.19 0 0.98 0.27
HSL 71.48º 0.96% 0.37% -
HSV(B) 71.48º 0.98% 0.73% -
XYZ 30.74 42.22 6.64 -
YUV 155.67 42.4 125.38 -
System Red Green Blue C M Y K H S L
Decimal 152 187 4 0.19 0 0.98 0.27 71.48 0.96 0.37
Hex 98 BB 4 13 0 62 1B 47 60 25
Octal 230 273 4 23 0 142 33 107 140 45
Binary 10011000 10111011 100 10011 0 1100010 11011 1000111 1100000 100101

Color Harmonies of #98BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BB04

Black with #98BB04

Text Example


Text Example

White with #98BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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