Html Css Color HEX #98BA01 Citrus

📋 copy color: '#98BA01'

red 152 ◦ green 186 ◦ blue 1

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

Shades of Citrus #98BA01

Tints of Citrus #98BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

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

R = 44.84%
G = 54.87%
B = 0.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#98BA01 (or 0x98BA01) is known color: Citrus. HEX triplet: 98, BA and 01. RGB value is (152,186,1). Sum of RGB (Red+Green+Blue) = 152+186+1=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA01 is #6745FE. Grayscale: #9B9B9B. Windows color (decimal): -6768127 or 113304. OLE color: 113304.

HSL color Cylindrical-coordinate representation of color #98BA01: hue angle of 71.03º 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 #98BA01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 186 1 -
CMYK 0.18 0 0.99 0.27
HSL 71.03º 0.99% 0.37% -
HSV(B) 71.03º 0.99% 0.73% -
XYZ 30.51 41.8 6.49 -
YUV 154.74 41.24 126.04 -
System Red Green Blue C M Y K H S L
Decimal 152 186 1 0.18 0 0.99 0.27 71.03 0.99 0.37
Hex 98 BA 1 12 0 63 1B 47 63 25
Octal 230 272 1 22 0 143 33 107 143 45
Binary 10011000 10111010 1 10010 0 1100011 11011 1000111 1100011 100101

Color Harmonies of #98BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA01

Black with #98BA01

Text Example


Text Example

White with #98BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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