Html Css Color HEX #98B703 Citrus

📋 copy color: '#98B703'

red 152 ◦ green 183 ◦ blue 3

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

Shades of Citrus #98B703

Tints of Citrus #98B703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.14%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 44.97%
G = 54.14%
B = 0.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#98B703 (or 0x98B703) is known color: Citrus. HEX triplet: 98, B7 and 03. RGB value is (152,183,3). Sum of RGB (Red+Green+Blue) = 152+183+3=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #98B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B703 is #6748FC. Grayscale: #999999. Windows color (decimal): -6768893 or 243608. OLE color: 243608.

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

Color convert

RGB 152 183 3 -
CMYK 0.17 0 0.98 0.28
HSL 70.33º 0.97% 0.36% -
HSV(B) 70.33º 0.98% 0.72% -
XYZ 29.9 40.55 6.34 -
YUV 153.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 152 183 3 0.17 0 0.98 0.28 70.33 0.97 0.36
Hex 98 B7 3 11 0 62 1C 46 61 24
Octal 230 267 3 21 0 142 34 106 141 44
Binary 10011000 10110111 11 10001 0 1100010 11100 1000110 1100001 100100

Color Harmonies of #98B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B703

Black with #98B703

Text Example


Text Example

White with #98B703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,183,3); }

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

background-color css

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

 a { background-color: rgb(152,183,3); }

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

border-color css

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

 span { border-color: rgb(152,183,3); }

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