Html Css Color HEX #98950C Citron

📋 copy color: '#98950C'

red 152 ◦ green 149 ◦ blue 12

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

Shades of Citron #98950C

Tints of Citron #98950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 48.56%
G = 47.6%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98950C (or 0x98950C) is known color: Citron. HEX triplet: 98, 95 and 0C. RGB value is (152,149,12). Sum of RGB (Red+Green+Blue) = 152+149+12=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98950C is #676AF3. Grayscale: #868686. Windows color (decimal): -6777588 or 824728. OLE color: 824728.

HSL color Cylindrical-coordinate representation of color #98950C: hue angle of 58.71º 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 #98950C is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 12 -
CMYK 0 0.02 0.92 0.40
HSL 58.71º 0.85% 0.32% -
HSV(B) 58.71º 0.92% 0.6% -
XYZ 23.76 28.2 4.54 -
YUV 134.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 152 149 12 0 0.02 0.92 0.40 58.71 0.85 0.32
Hex 98 95 C 0 2 5C 28 3B 55 20
Octal 230 225 14 0 2 134 50 73 125 40
Binary 10011000 10010101 1100 0 10 1011100 101000 111011 1010101 100000

Color Harmonies of #98950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98950C

Black with #98950C

Text Example


Text Example

White with #98950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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