Html Css Color HEX #98970E Citron

📋 copy color: '#98970E'

red 152 ◦ green 151 ◦ blue 14

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

Shades of Citron #98970E

Tints of Citron #98970E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 47.95%
G = 47.63%
B = 4.42%

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

#98970E (or 0x98970E) is known color: Citron. HEX triplet: 98, 97 and 0E. RGB value is (152,151,14). Sum of RGB (Red+Green+Blue) = 152+151+14=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98970E is #6768F1. Grayscale: #888888. Windows color (decimal): -6777074 or 956312. OLE color: 956312.

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

Color convert

RGB 152 151 14 -
CMYK 0 0.01 0.91 0.40
HSL 59.57º 0.83% 0.33% -
HSV(B) 59.57º 0.91% 0.6% -
XYZ 24.09 28.84 4.71 -
YUV 135.68 59.33 139.64 -
System Red Green Blue C M Y K H S L
Decimal 152 151 14 0 0.01 0.91 0.40 59.57 0.83 0.33
Hex 98 97 E 0 1 5B 28 3C 53 21
Octal 230 227 16 0 1 133 50 74 123 41
Binary 10011000 10010111 1110 0 1 1011011 101000 111100 1010011 100001

Color Harmonies of #98970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98970E

Black with #98970E

Text Example


Text Example

White with #98970E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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