Html Css Color HEX #98970F Citron

📋 copy color: '#98970F'

red 152 ◦ green 151 ◦ blue 15

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

Shades of Citron #98970F

Tints of Citron #98970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 47.8%
G = 47.48%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98970F (or 0x98970F) is known color: Citron. HEX triplet: 98, 97 and 0F. RGB value is (152,151,15). Sum of RGB (Red+Green+Blue) = 152+151+15=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98970F is #6768F0. Grayscale: #888888. Windows color (decimal): -6777073 or 1021848. OLE color: 1021848.

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

Color convert

RGB 152 151 15 -
CMYK 0 0.01 0.90 0.40
HSL 59.56º 0.82% 0.33% -
HSV(B) 59.56º 0.9% 0.6% -
XYZ 24.1 28.84 4.75 -
YUV 135.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 152 151 15 0 0.01 0.90 0.40 59.56 0.82 0.33
Hex 98 97 F 0 1 5A 28 3C 52 21
Octal 230 227 17 0 1 132 50 74 122 41
Binary 10011000 10010111 1111 0 1 1011010 101000 111100 1010010 100001

Color Harmonies of #98970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98970F

Black with #98970F

Text Example


Text Example

White with #98970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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