#97982F

Color #97982F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #97982F

Tints of Citron #97982F

Color information

#97982F (or 0x97982F) is unknown color: approx Citron. HEX triplet: 97, 98 and 2F. RGB value is (151,152,47). Sum of RGB (Red+Green+Blue) = 151+152+47=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #97982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97982F is #6867D0. Grayscale: #8C8C8C. Windows color (decimal): -6842321 or 3119255. OLE color: 3119255.

HSL color Cylindrical-coordinate representation of color #97982F: hue angle of 60.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97982F is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB15115247-
CMYK0.0100.690.40
HSL60.57º52.76%39.02%-
HSV(B)60.57º69.08%59.61%-
XYZ24.529.247.04-
YUV139.7375.67136.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 47 (18.75% from 255) = 13.43%
R=43.14%
G=43.43%
B=13.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151152470.0100.690.4060.5752.7639.02
Hex97982F1045283d3527
Octal227230571010550756547
Binary1001011110011000101111101000101101000111101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97982F;
 }
 .AnyTagClassName
 {
   color: #97982F;
 }
</style>
background-color css

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

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

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

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

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

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