Html Css Color HEX #98C80B Citrus

📋 copy color: '#98C80B'

red 152 ◦ green 200 ◦ blue 11

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

Shades of Citrus #98C80B

Tints of Citrus #98C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.1%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 41.87%
G = 55.1%
B = 3.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#98C80B (or 0x98C80B) is known color: Citrus. HEX triplet: 98, C8 and 0B. RGB value is (152,200,11). Sum of RGB (Red+Green+Blue) = 152+200+11=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #98C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C80B is #6737F4. Grayscale: #A4A4A4. Windows color (decimal): -6764533 or 772248. OLE color: 772248.

HSL color Cylindrical-coordinate representation of color #98C80B: hue angle of 75.24º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98C80B is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 11 -
CMYK 0.24 0 0.94 0.22
HSL 75.24º 0.9% 0.41% -
HSV(B) 75.24º 0.95% 0.78% -
XYZ 33.66 48.01 7.81 -
YUV 164.1 41.6 119.37 -
System Red Green Blue C M Y K H S L
Decimal 152 200 11 0.24 0 0.94 0.22 75.24 0.9 0.41
Hex 98 C8 B 18 0 5E 16 4B 5A 29
Octal 230 310 13 30 0 136 26 113 132 51
Binary 10011000 11001000 1011 11000 0 1011110 10110 1001011 1011010 101001

Color Harmonies of #98C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C80B

Black with #98C80B

Text Example


Text Example

White with #98C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,11); }

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

background-color css

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

 a { background-color: rgb(152,200,11); }

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

border-color css

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

 span { border-color: rgb(152,200,11); }

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