Html Css Color HEX #98B401 Citrus

📋 copy color: '#98B401'

red 152 ◦ green 180 ◦ blue 1

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

Shades of Citrus #98B401

Tints of Citrus #98B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.05%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 45.65%
G = 54.05%
B = 0.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#98B401 (or 0x98B401) is known color: Citrus. HEX triplet: 98, B4 and 01. RGB value is (152,180,1). Sum of RGB (Red+Green+Blue) = 152+180+1=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #98B401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B401 is #674BFE. Grayscale: #979797. Windows color (decimal): -6769663 or 111768. OLE color: 111768.

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

Color convert

RGB 152 180 1 -
CMYK 0.16 0 0.99 0.29
HSL 69.39º 0.99% 0.35% -
HSV(B) 69.39º 0.99% 0.71% -
XYZ 29.28 39.32 6.08 -
YUV 151.22 43.22 128.55 -
System Red Green Blue C M Y K H S L
Decimal 152 180 1 0.16 0 0.99 0.29 69.39 0.99 0.35
Hex 98 B4 1 10 0 63 1D 45 63 23
Octal 230 264 1 20 0 143 35 105 143 43
Binary 10011000 10110100 1 10000 0 1100011 11101 1000101 1100011 100011

Color Harmonies of #98B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B401

Black with #98B401

Text Example


Text Example

White with #98B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,180,1); }

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

background-color css

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

 a { background-color: rgb(152,180,1); }

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

border-color css

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

 span { border-color: rgb(152,180,1); }

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