Html Css Color HEX #98950A Citron

📋 copy color: '#98950A'

red 152 ◦ green 149 ◦ blue 10

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

Shades of Citron #98950A

Tints of Citron #98950A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 48.87%
G = 47.91%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98950A (or 0x98950A) is known color: Citron. HEX triplet: 98, 95 and 0A. RGB value is (152,149,10). Sum of RGB (Red+Green+Blue) = 152+149+10=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98950A is #676AF5. Grayscale: #868686. Windows color (decimal): -6777590 or 693656. OLE color: 693656.

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

Color convert

RGB 152 149 10 -
CMYK 0 0.02 0.93 0.40
HSL 58.73º 0.88% 0.32% -
HSV(B) 58.73º 0.93% 0.6% -
XYZ 23.75 28.19 4.48 -
YUV 134.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 152 149 10 0 0.02 0.93 0.40 58.73 0.88 0.32
Hex 98 95 A 0 2 5D 28 3B 58 20
Octal 230 225 12 0 2 135 50 73 130 40
Binary 10011000 10010101 1010 0 10 1011101 101000 111011 1011000 100000

Color Harmonies of #98950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98950A

Black with #98950A

Text Example


Text Example

White with #98950A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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