Html Css Color HEX #98C208 Citrus

📋 copy color: '#98C208'

red 152 ◦ green 194 ◦ blue 8

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

Shades of Citrus #98C208

Tints of Citrus #98C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.8%

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 42.94%
G = 54.8%
B = 2.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#98C208 (or 0x98C208) is known color: Citrus. HEX triplet: 98, C2 and 08. RGB value is (152,194,8). Sum of RGB (Red+Green+Blue) = 152+194+8=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #98C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C208 is #673DF7. Grayscale: #A0A0A0. Windows color (decimal): -6766072 or 574104. OLE color: 574104.

HSL color Cylindrical-coordinate representation of color #98C208: hue angle of 73.55º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98C208 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 194 8 -
CMYK 0.22 0 0.96 0.24
HSL 73.55º 0.92% 0.4% -
HSV(B) 73.55º 0.96% 0.76% -
XYZ 32.28 45.28 7.27 -
YUV 160.24 42.09 122.12 -
System Red Green Blue C M Y K H S L
Decimal 152 194 8 0.22 0 0.96 0.24 73.55 0.92 0.4
Hex 98 C2 8 16 0 60 18 4A 5C 28
Octal 230 302 10 26 0 140 30 112 134 50
Binary 10011000 11000010 1000 10110 0 1100000 11000 1001010 1011100 101000

Color Harmonies of #98C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C208

Black with #98C208

Text Example


Text Example

White with #98C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,8); }

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

background-color css

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

 a { background-color: rgb(152,194,8); }

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

border-color css

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

 span { border-color: rgb(152,194,8); }

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