Html Css Color HEX #98970D Citron

📋 copy color: '#98970D'

red 152 ◦ green 151 ◦ blue 13

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

Shades of Citron #98970D

Tints of Citron #98970D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 48.1%
G = 47.78%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98970D (or 0x98970D) is known color: Citron. HEX triplet: 98, 97 and 0D. RGB value is (152,151,13). Sum of RGB (Red+Green+Blue) = 152+151+13=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98970D is #6768F2. Grayscale: #888888. Windows color (decimal): -6777075 or 890776. OLE color: 890776.

HSL color Cylindrical-coordinate representation of color #98970D: hue angle of 59.57º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98970D is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 13 -
CMYK 0 0.01 0.91 0.40
HSL 59.57º 0.84% 0.32% -
HSV(B) 59.57º 0.91% 0.6% -
XYZ 24.09 28.84 4.68 -
YUV 135.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 152 151 13 0 0.01 0.91 0.40 59.57 0.84 0.32
Hex 98 97 D 0 1 5B 28 3C 54 20
Octal 230 227 15 0 1 133 50 74 124 40
Binary 10011000 10010111 1101 0 1 1011011 101000 111100 1010100 100000

Color Harmonies of #98970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98970D

Black with #98970D

Text Example


Text Example

White with #98970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98970D; }

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

 H1.HeaderClassName
 {
   color: #98970D;
 }
 .AnyTagClassName
 {
   color: #98970D;
 }
</style>

background-color css

<style>
 a { background-color: #98970D; }

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

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

border-color css

<style>
 span { border-color: #98970D; }

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

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