Html Css Color HEX #98B31A Citrus

📋 copy color: '#98B31A'

red 152 ◦ green 179 ◦ blue 26

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

Shades of Citrus #98B31A

Tints of Citrus #98B31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 42.58%
G = 50.14%
B = 7.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#98B31A (or 0x98B31A) is known color: Citrus. HEX triplet: 98, B3 and 1A. RGB value is (152,179,26). Sum of RGB (Red+Green+Blue) = 152+179+26=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #98B31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B31A is #674CE5. Grayscale: #9A9A9A. Windows color (decimal): -6769894 or 1749912. OLE color: 1749912.

HSL color Cylindrical-coordinate representation of color #98B31A: hue angle of 70.59º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98B31A is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 179 26 -
CMYK 0.15 0 0.85 0.30
HSL 70.59º 0.75% 0.4% -
HSV(B) 70.59º 0.85% 0.7% -
XYZ 29.26 38.99 6.96 -
YUV 153.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 152 179 26 0.15 0 0.85 0.30 70.59 0.75 0.4
Hex 98 B3 1A F 0 55 1E 47 4B 28
Octal 230 263 32 17 0 125 36 107 113 50
Binary 10011000 10110011 11010 1111 0 1010101 11110 1000111 1001011 101000

Color Harmonies of #98B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B31A

Black with #98B31A

Text Example


Text Example

White with #98B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,179,26); }

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

background-color css

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

 a { background-color: rgb(152,179,26); }

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

border-color css

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

 span { border-color: rgb(152,179,26); }

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