Html Css Color HEX #98972C Citron

📋 copy color: '#98972C'

red 152 ◦ green 151 ◦ blue 44

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

Shades of Citron #98972C

Tints of Citron #98972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 43.8%
G = 43.52%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98972C (or 0x98972C) is known color: Citron. HEX triplet: 98, 97 and 2C. RGB value is (152,151,44). Sum of RGB (Red+Green+Blue) = 152+151+44=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98972C is #6768D3. Grayscale: #8B8B8B. Windows color (decimal): -6777044 or 2922392. OLE color: 2922392.

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

Color convert

RGB 152 151 44 -
CMYK 0 0.01 0.71 0.40
HSL 59.44º 0.55% 0.38% -
HSV(B) 59.44º 0.71% 0.6% -
XYZ 24.47 28.99 6.69 -
YUV 139.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 152 151 44 0 0.01 0.71 0.40 59.44 0.55 0.38
Hex 98 97 2C 0 1 47 28 3B 37 26
Octal 230 227 54 0 1 107 50 73 67 46
Binary 10011000 10010111 101100 0 1 1000111 101000 111011 110111 100110

Color Harmonies of #98972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98972C

Black with #98972C

Text Example


Text Example

White with #98972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98972C; }

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

 H1.HeaderClassName
 {
   color: #98972C;
 }
 .AnyTagClassName
 {
   color: #98972C;
 }
</style>

background-color css

<style>
 a { background-color: #98972C; }

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

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

border-color css

<style>
 span { border-color: #98972C; }

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

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