Html Css Color HEX #98940C Citron

📋 copy color: '#98940C'

red 152 ◦ green 148 ◦ blue 12

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

Shades of Citron #98940C

Tints of Citron #98940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 48.72%
G = 47.44%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98940C (or 0x98940C) is known color: Citron. HEX triplet: 98, 94 and 0C. RGB value is (152,148,12). Sum of RGB (Red+Green+Blue) = 152+148+12=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98940C is #676BF3. Grayscale: #868686. Windows color (decimal): -6777844 or 824472. OLE color: 824472.

HSL color Cylindrical-coordinate representation of color #98940C: hue angle of 58.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98940C is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 12 -
CMYK 0 0.03 0.92 0.40
HSL 58.29º 0.85% 0.32% -
HSV(B) 58.29º 0.92% 0.6% -
XYZ 23.61 27.88 4.49 -
YUV 133.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 152 148 12 0 0.03 0.92 0.40 58.29 0.85 0.32
Hex 98 94 C 0 3 5C 28 3A 55 20
Octal 230 224 14 0 3 134 50 72 125 40
Binary 10011000 10010100 1100 0 11 1011100 101000 111010 1010101 100000

Color Harmonies of #98940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98940C

Black with #98940C

Text Example


Text Example

White with #98940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98940C; }

 p { color: rgb(152,148,12); }

 H1.HeaderClassName
 {
   color: #98940C;
 }
 .AnyTagClassName
 {
   color: #98940C;
 }
</style>

background-color css

<style>
 a { background-color: #98940C; }

 a { background-color: rgb(152,148,12); }

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

border-color css

<style>
 span { border-color: #98940C; }

 span { border-color: rgb(152,148,12); }

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