Html Css Color HEX #98B506 Citrus

📋 copy color: '#98B506'

red 152 ◦ green 181 ◦ blue 6

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

Shades of Citrus #98B506

Tints of Citrus #98B506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.39%

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

R = 44.84%
G = 53.39%
B = 1.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#98B506 (or 0x98B506) is known color: Citrus. HEX triplet: 98, B5 and 06. RGB value is (152,181,6). Sum of RGB (Red+Green+Blue) = 152+181+6=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #98B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B506 is #674AF9. Grayscale: #999999. Windows color (decimal): -6769402 or 439704. OLE color: 439704.

HSL color Cylindrical-coordinate representation of color #98B506: hue angle of 69.94º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98B506 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 181 6 -
CMYK 0.16 0 0.97 0.29
HSL 69.94º 0.94% 0.37% -
HSV(B) 69.94º 0.97% 0.71% -
XYZ 29.51 39.74 6.29 -
YUV 152.38 45.39 127.73 -
System Red Green Blue C M Y K H S L
Decimal 152 181 6 0.16 0 0.97 0.29 69.94 0.94 0.37
Hex 98 B5 6 10 0 61 1D 46 5E 25
Octal 230 265 6 20 0 141 35 106 136 45
Binary 10011000 10110101 110 10000 0 1100001 11101 1000110 1011110 100101

Color Harmonies of #98B506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B506

Black with #98B506

Text Example


Text Example

White with #98B506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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