Html Css Color HEX #98950E Citron

📋 copy color: '#98950E'

red 152 ◦ green 149 ◦ blue 14

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

Shades of Citron #98950E

Tints of Citron #98950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 48.25%
G = 47.3%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98950E (or 0x98950E) is known color: Citron. HEX triplet: 98, 95 and 0E. RGB value is (152,149,14). Sum of RGB (Red+Green+Blue) = 152+149+14=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98950E is #676AF1. Grayscale: #878787. Windows color (decimal): -6777586 or 955800. OLE color: 955800.

HSL color Cylindrical-coordinate representation of color #98950E: hue angle of 58.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98950E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 14 -
CMYK 0 0.02 0.91 0.40
HSL 58.7º 0.83% 0.33% -
HSV(B) 58.7º 0.91% 0.6% -
XYZ 23.78 28.2 4.61 -
YUV 134.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 152 149 14 0 0.02 0.91 0.40 58.7 0.83 0.33
Hex 98 95 E 0 2 5B 28 3B 53 21
Octal 230 225 16 0 2 133 50 73 123 41
Binary 10011000 10010101 1110 0 10 1011011 101000 111011 1010011 100001

Color Harmonies of #98950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98950E

Black with #98950E

Text Example


Text Example

White with #98950E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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