Html Css Color HEX #98940F Citron

📋 copy color: '#98940F'

red 152 ◦ green 148 ◦ blue 15

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

Shades of Citron #98940F

Tints of Citron #98940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 48.25%
G = 46.98%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98940F (or 0x98940F) is known color: Citron. HEX triplet: 98, 94 and 0F. RGB value is (152,148,15). Sum of RGB (Red+Green+Blue) = 152+148+15=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98940F is #676BF0. Grayscale: #868686. Windows color (decimal): -6777841 or 1021080. OLE color: 1021080.

HSL color Cylindrical-coordinate representation of color #98940F: hue angle of 58.25º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98940F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 15 -
CMYK 0 0.03 0.90 0.40
HSL 58.25º 0.82% 0.33% -
HSV(B) 58.25º 0.9% 0.6% -
XYZ 23.63 27.89 4.59 -
YUV 134.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 152 148 15 0 0.03 0.90 0.40 58.25 0.82 0.33
Hex 98 94 F 0 3 5A 28 3A 52 21
Octal 230 224 17 0 3 132 50 72 122 41
Binary 10011000 10010100 1111 0 11 1011010 101000 111010 1010010 100001

Color Harmonies of #98940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98940F

Black with #98940F

Text Example


Text Example

White with #98940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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