Html Css Color HEX #98971A Citron

📋 copy color: '#98971A'

red 152 ◦ green 151 ◦ blue 26

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

Shades of Citron #98971A

Tints of Citron #98971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 46.2%
G = 45.9%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98971A (or 0x98971A) is known color: Citron. HEX triplet: 98, 97 and 1A. RGB value is (152,151,26). Sum of RGB (Red+Green+Blue) = 152+151+26=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98971A is #6768E5. Grayscale: #898989. Windows color (decimal): -6777062 or 1742744. OLE color: 1742744.

HSL color Cylindrical-coordinate representation of color #98971A: hue angle of 59.52º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98971A is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 26 -
CMYK 0 0.01 0.83 0.40
HSL 59.52º 0.71% 0.35% -
HSV(B) 59.52º 0.83% 0.6% -
XYZ 24.2 28.88 5.28 -
YUV 137.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 152 151 26 0 0.01 0.83 0.40 59.52 0.71 0.35
Hex 98 97 1A 0 1 53 28 3C 47 23
Octal 230 227 32 0 1 123 50 74 107 43
Binary 10011000 10010111 11010 0 1 1010011 101000 111100 1000111 100011

Color Harmonies of #98971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98971A

Black with #98971A

Text Example


Text Example

White with #98971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,151,26); }

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

background-color css

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

 a { background-color: rgb(152,151,26); }

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

border-color css

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

 span { border-color: rgb(152,151,26); }

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