Html Css Color HEX #98BB01 Citrus

📋 copy color: '#98BB01'

red 152 ◦ green 187 ◦ blue 1

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

Shades of Citrus #98BB01

Tints of Citrus #98BB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.71%
G = 55%
B = 0.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#98BB01 (or 0x98BB01) is known color: Citrus. HEX triplet: 98, BB and 01. RGB value is (152,187,1). Sum of RGB (Red+Green+Blue) = 152+187+1=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BB01 is #6744FE. Grayscale: #9C9C9C. Windows color (decimal): -6767871 or 113560. OLE color: 113560.

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

Color convert

RGB 152 187 1 -
CMYK 0.19 0 0.99 0.27
HSL 71.29º 0.99% 0.37% -
HSV(B) 71.29º 0.99% 0.73% -
XYZ 30.72 42.22 6.56 -
YUV 155.33 40.9 125.62 -
System Red Green Blue C M Y K H S L
Decimal 152 187 1 0.19 0 0.99 0.27 71.29 0.99 0.37
Hex 98 BB 1 13 0 63 1B 47 63 25
Octal 230 273 1 23 0 143 33 107 143 45
Binary 10011000 10111011 1 10011 0 1100011 11011 1000111 1100011 100101

Color Harmonies of #98BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BB01

Black with #98BB01

Text Example


Text Example

White with #98BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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