Html Css Color HEX #98930D Citron

📋 copy color: '#98930D'

red 152 ◦ green 147 ◦ blue 13

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

Shades of Citron #98930D

Tints of Citron #98930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

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

R = 48.72%
G = 47.12%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98930D (or 0x98930D) is known color: Citron. HEX triplet: 98, 93 and 0D. RGB value is (152,147,13). Sum of RGB (Red+Green+Blue) = 152+147+13=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98930D is #676CF2. Grayscale: #858585. Windows color (decimal): -6778099 or 889752. OLE color: 889752.

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

Color convert

RGB 152 147 13 -
CMYK 0 0.03 0.91 0.40
HSL 57.84º 0.84% 0.32% -
HSV(B) 57.84º 0.91% 0.6% -
XYZ 23.46 27.57 4.47 -
YUV 133.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 152 147 13 0 0.03 0.91 0.40 57.84 0.84 0.32
Hex 98 93 D 0 3 5B 28 3A 54 20
Octal 230 223 15 0 3 133 50 72 124 40
Binary 10011000 10010011 1101 0 11 1011011 101000 111010 1010100 100000

Color Harmonies of #98930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98930D

Black with #98930D

Text Example


Text Example

White with #98930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98930D; }

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

 H1.HeaderClassName
 {
   color: #98930D;
 }
 .AnyTagClassName
 {
   color: #98930D;
 }
</style>

background-color css

<style>
 a { background-color: #98930D; }

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

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

border-color css

<style>
 span { border-color: #98930D; }

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

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