Html Css Color HEX #98B11A Citrus

📋 copy color: '#98B11A'

red 152 ◦ green 177 ◦ blue 26

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

Shades of Citrus #98B11A

Tints of Citrus #98B11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.86%

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

R = 42.82%
G = 49.86%
B = 7.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#98B11A (or 0x98B11A) is known color: Citrus. HEX triplet: 98, B1 and 1A. RGB value is (152,177,26). Sum of RGB (Red+Green+Blue) = 152+177+26=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #98B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B11A is #674EE5. Grayscale: #989898. Windows color (decimal): -6770406 or 1749400. OLE color: 1749400.

HSL color Cylindrical-coordinate representation of color #98B11A: hue angle of 69.93º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98B11A is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 177 26 -
CMYK 0.14 0 0.85 0.31
HSL 69.93º 0.74% 0.4% -
HSV(B) 69.93º 0.85% 0.69% -
XYZ 28.86 38.19 6.83 -
YUV 152.31 56.72 127.78 -
System Red Green Blue C M Y K H S L
Decimal 152 177 26 0.14 0 0.85 0.31 69.93 0.74 0.4
Hex 98 B1 1A E 0 55 1F 46 4A 28
Octal 230 261 32 16 0 125 37 106 112 50
Binary 10011000 10110001 11010 1110 0 1010101 11111 1000110 1001010 101000

Color Harmonies of #98B11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B11A

Black with #98B11A

Text Example


Text Example

White with #98B11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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