Html Css Color HEX #98950F Citron

📋 copy color: '#98950F'

red 152 ◦ green 149 ◦ blue 15

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

Shades of Citron #98950F

Tints of Citron #98950F

RGB

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

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

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

R = 48.1%
G = 47.15%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98950F (or 0x98950F) is known color: Citron. HEX triplet: 98, 95 and 0F. RGB value is (152,149,15). Sum of RGB (Red+Green+Blue) = 152+149+15=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98950F is #676AF0. Grayscale: #878787. Windows color (decimal): -6777585 or 1021336. OLE color: 1021336.

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

Color convert

RGB 152 149 15 -
CMYK 0 0.02 0.90 0.40
HSL 58.69º 0.82% 0.33% -
HSV(B) 58.69º 0.9% 0.6% -
XYZ 23.78 28.2 4.64 -
YUV 134.62 60.49 140.4 -
System Red Green Blue C M Y K H S L
Decimal 152 149 15 0 0.02 0.90 0.40 58.69 0.82 0.33
Hex 98 95 F 0 2 5A 28 3B 52 21
Octal 230 225 17 0 2 132 50 73 122 41
Binary 10011000 10010101 1111 0 10 1011010 101000 111011 1010010 100001

Color Harmonies of #98950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98950F

Black with #98950F

Text Example


Text Example

White with #98950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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