Html Css Color HEX #98BA06 Citrus

📋 copy color: '#98BA06'

red 152 ◦ green 186 ◦ blue 6

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

Shades of Citrus #98BA06

Tints of Citrus #98BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 44.19%
G = 54.07%
B = 1.74%

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

#98BA06 (or 0x98BA06) is known color: Citrus. HEX triplet: 98, BA and 06. RGB value is (152,186,6). Sum of RGB (Red+Green+Blue) = 152+186+6=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA06 is #6745F9. Grayscale: #9C9C9C. Windows color (decimal): -6768122 or 440984. OLE color: 440984.

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

Color convert

RGB 152 186 6 -
CMYK 0.18 0 0.97 0.27
HSL 71.33º 0.94% 0.38% -
HSV(B) 71.33º 0.97% 0.73% -
XYZ 30.54 41.81 6.63 -
YUV 155.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 152 186 6 0.18 0 0.97 0.27 71.33 0.94 0.38
Hex 98 BA 6 12 0 61 1B 47 5E 26
Octal 230 272 6 22 0 141 33 107 136 46
Binary 10011000 10111010 110 10010 0 1100001 11011 1000111 1011110 100110

Color Harmonies of #98BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA06

Black with #98BA06

Text Example


Text Example

White with #98BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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