Html Css Color HEX #98B807 Citrus

📋 copy color: '#98B807'

red 152 ◦ green 184 ◦ blue 7

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

Shades of Citrus #98B807

Tints of Citrus #98B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.64%

 BLUE value IS 7 (3.13% from 255) = 2.04%

R = 44.31%
G = 53.64%
B = 2.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#98B807 (or 0x98B807) is known color: Citrus. HEX triplet: 98, B8 and 07. RGB value is (152,184,7). Sum of RGB (Red+Green+Blue) = 152+184+7=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #98B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B807 is #6747F8. Grayscale: #9A9A9A. Windows color (decimal): -6768633 or 506008. OLE color: 506008.

HSL color Cylindrical-coordinate representation of color #98B807: hue angle of 70.85º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98B807 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 184 7 -
CMYK 0.17 0 0.96 0.28
HSL 70.85º 0.93% 0.37% -
HSV(B) 70.85º 0.96% 0.72% -
XYZ 30.13 40.97 6.52 -
YUV 154.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 152 184 7 0.17 0 0.96 0.28 70.85 0.93 0.37
Hex 98 B8 7 11 0 60 1C 47 5D 25
Octal 230 270 7 21 0 140 34 107 135 45
Binary 10011000 10111000 111 10001 0 1100000 11100 1000111 1011101 100101

Color Harmonies of #98B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B807

Black with #98B807

Text Example


Text Example

White with #98B807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,7); }

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

background-color css

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

 a { background-color: rgb(152,184,7); }

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

border-color css

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

 span { border-color: rgb(152,184,7); }

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