Html Css Color HEX #98971F Citron

📋 copy color: '#98971F'

red 152 ◦ green 151 ◦ blue 31

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

Shades of Citron #98971F

Tints of Citron #98971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 45.51%
G = 45.21%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98971F (or 0x98971F) is known color: Citron. HEX triplet: 98, 97 and 1F. RGB value is (152,151,31). Sum of RGB (Red+Green+Blue) = 152+151+31=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98971F is #6768E0. Grayscale: #8A8A8A. Windows color (decimal): -6777057 or 2070424. OLE color: 2070424.

HSL color Cylindrical-coordinate representation of color #98971F: hue angle of 59.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98971F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 31 -
CMYK 0 0.01 0.80 0.40
HSL 59.5º 0.66% 0.36% -
HSV(B) 59.5º 0.8% 0.6% -
XYZ 24.26 28.91 5.6 -
YUV 137.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 152 151 31 0 0.01 0.80 0.40 59.5 0.66 0.36
Hex 98 97 1F 0 1 50 28 3C 42 24
Octal 230 227 37 0 1 120 50 74 102 44
Binary 10011000 10010111 11111 0 1 1010000 101000 111100 1000010 100100

Color Harmonies of #98971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98971F

Black with #98971F

Text Example


Text Example

White with #98971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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