Html Css Color HEX #98AC0E Citrus

📋 copy color: '#98AC0E'

red 152 ◦ green 172 ◦ blue 14

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

Shades of Citrus #98AC0E

Tints of Citrus #98AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.89%

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

R = 44.97%
G = 50.89%
B = 4.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#98AC0E (or 0x98AC0E) is known color: Citrus. HEX triplet: 98, AC and 0E. RGB value is (152,172,14). Sum of RGB (Red+Green+Blue) = 152+172+14=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AC0E is #6753F1. Grayscale: #949494. Windows color (decimal): -6771698 or 961688. OLE color: 961688.

HSL color Cylindrical-coordinate representation of color #98AC0E: hue angle of 67.59º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98AC0E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 172 14 -
CMYK 0.12 0 0.92 0.33
HSL 67.59º 0.85% 0.36% -
HSV(B) 67.59º 0.92% 0.67% -
XYZ 27.78 36.21 5.94 -
YUV 148.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 152 172 14 0.12 0 0.92 0.33 67.59 0.85 0.36
Hex 98 AC E C 0 5C 21 44 55 24
Octal 230 254 16 14 0 134 41 104 125 44
Binary 10011000 10101100 1110 1100 0 1011100 100001 1000100 1010101 100100

Color Harmonies of #98AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AC0E

Black with #98AC0E

Text Example


Text Example

White with #98AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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