Html Css Color HEX #98BA00 Citrus

📋 copy color: '#98BA00'

red 152 ◦ green 186 ◦ blue 0

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

Shades of Citrus #98BA00

Tints of Citrus #98BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.97%
G = 55.03%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#98BA00 (or 0x98BA00) is known color: Citrus. HEX triplet: 98, BA and 00. RGB value is (152,186,0). Sum of RGB (Red+Green+Blue) = 152+186+0=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA00 is #6745FF. Grayscale: #9B9B9B. Windows color (decimal): -6768128 or 47768. OLE color: 47768.

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

Color convert

RGB 152 186 0 -
CMYK 0.18 0 1 0.27
HSL 70.97º 1% 0.36% -
HSV(B) 70.97º 1% 0.73% -
XYZ 30.51 41.79 6.46 -
YUV 154.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 152 186 0 0.18 0 1 0.27 70.97 1 0.36
Hex 98 BA 0 12 0 64 1B 47 64 24
Octal 230 272 0 22 0 144 33 107 144 44
Binary 10011000 10111010 0 10010 0 1100100 11011 1000111 1100100 100100

Color Harmonies of #98BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA00

Black with #98BA00

Text Example


Text Example

White with #98BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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