Html Css Color HEX #98C00D Citrus

📋 copy color: '#98C00D'

red 152 ◦ green 192 ◦ blue 13

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

Shades of Citrus #98C00D

Tints of Citrus #98C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 42.58%
G = 53.78%
B = 3.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#98C00D (or 0x98C00D) is known color: Citrus. HEX triplet: 98, C0 and 0D. RGB value is (152,192,13). Sum of RGB (Red+Green+Blue) = 152+192+13=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #98C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C00D is #673FF2. Grayscale: #A0A0A0. Windows color (decimal): -6766579 or 901272. OLE color: 901272.

HSL color Cylindrical-coordinate representation of color #98C00D: hue angle of 73.41º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98C00D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 13 -
CMYK 0.21 0 0.93 0.25
HSL 73.41º 0.87% 0.4% -
HSV(B) 73.41º 0.93% 0.75% -
XYZ 31.87 44.4 7.27 -
YUV 159.63 45.25 122.55 -
System Red Green Blue C M Y K H S L
Decimal 152 192 13 0.21 0 0.93 0.25 73.41 0.87 0.4
Hex 98 C0 D 15 0 5D 19 49 57 28
Octal 230 300 15 25 0 135 31 111 127 50
Binary 10011000 11000000 1101 10101 0 1011101 11001 1001001 1010111 101000

Color Harmonies of #98C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C00D

Black with #98C00D

Text Example


Text Example

White with #98C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,13); }

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

background-color css

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

 a { background-color: rgb(152,192,13); }

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

border-color css

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

 span { border-color: rgb(152,192,13); }

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