Html Css Color HEX #98BA05 Citrus

📋 copy color: '#98BA05'

red 152 ◦ green 186 ◦ blue 5

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

Shades of Citrus #98BA05

Tints of Citrus #98BA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 44.31%
G = 54.23%
B = 1.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#98BA05 (or 0x98BA05) is known color: Citrus. HEX triplet: 98, BA and 05. RGB value is (152,186,5). Sum of RGB (Red+Green+Blue) = 152+186+5=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA05 is #6745FA. Grayscale: #9B9B9B. Windows color (decimal): -6768123 or 375448. OLE color: 375448.

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

Color convert

RGB 152 186 5 -
CMYK 0.18 0 0.97 0.27
HSL 71.27º 0.95% 0.37% -
HSV(B) 71.27º 0.97% 0.73% -
XYZ 30.54 41.8 6.6 -
YUV 155.2 43.24 125.72 -
System Red Green Blue C M Y K H S L
Decimal 152 186 5 0.18 0 0.97 0.27 71.27 0.95 0.37
Hex 98 BA 5 12 0 61 1B 47 5F 25
Octal 230 272 5 22 0 141 33 107 137 45
Binary 10011000 10111010 101 10010 0 1100001 11011 1000111 1011111 100101

Color Harmonies of #98BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA05

Black with #98BA05

Text Example


Text Example

White with #98BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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