Html Css Color HEX #98A50E Citrus

📋 copy color: '#98A50E'

red 152 ◦ green 165 ◦ blue 14

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

Shades of Citrus #98A50E

Tints of Citrus #98A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.85%

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 45.92%
G = 49.85%
B = 4.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#98A50E (or 0x98A50E) is known color: Citrus. HEX triplet: 98, A5 and 0E. RGB value is (152,165,14). Sum of RGB (Red+Green+Blue) = 152+165+14=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #98A50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A50E is #675AF1. Grayscale: #909090. Windows color (decimal): -6773490 or 959896. OLE color: 959896.

HSL color Cylindrical-coordinate representation of color #98A50E: hue angle of 65.17º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98A50E is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 165 14 -
CMYK 0.08 0 0.92 0.35
HSL 65.17º 0.84% 0.35% -
HSV(B) 65.17º 0.92% 0.65% -
XYZ 26.48 33.62 5.51 -
YUV 143.9 54.69 133.78 -
System Red Green Blue C M Y K H S L
Decimal 152 165 14 0.08 0 0.92 0.35 65.17 0.84 0.35
Hex 98 A5 E 8 0 5C 23 41 54 23
Octal 230 245 16 10 0 134 43 101 124 43
Binary 10011000 10100101 1110 1000 0 1011100 100011 1000001 1010100 100011

Color Harmonies of #98A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A50E

Black with #98A50E

Text Example


Text Example

White with #98A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,165,14); }

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

background-color css

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

 a { background-color: rgb(152,165,14); }

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

border-color css

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

 span { border-color: rgb(152,165,14); }

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