Html Css Color HEX #98970C Citron

📋 copy color: '#98970C'

red 152 ◦ green 151 ◦ blue 12

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

Shades of Citron #98970C

Tints of Citron #98970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 48.25%
G = 47.94%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98970C (or 0x98970C) is known color: Citron. HEX triplet: 98, 97 and 0C. RGB value is (152,151,12). Sum of RGB (Red+Green+Blue) = 152+151+12=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98970C is #6768F3. Grayscale: #888888. Windows color (decimal): -6777076 or 825240. OLE color: 825240.

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

Color convert

RGB 152 151 12 -
CMYK 0 0.01 0.92 0.40
HSL 59.57º 0.85% 0.32% -
HSV(B) 59.57º 0.92% 0.6% -
XYZ 24.08 28.84 4.64 -
YUV 135.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 152 151 12 0 0.01 0.92 0.40 59.57 0.85 0.32
Hex 98 97 C 0 1 5C 28 3C 55 20
Octal 230 227 14 0 1 134 50 74 125 40
Binary 10011000 10010111 1100 0 1 1011100 101000 111100 1010101 100000

Color Harmonies of #98970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98970C

Black with #98970C

Text Example


Text Example

White with #98970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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