#97AC19

Color #97AC19 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #97AC19

Tints of Citrus #97AC19

Color information

#97AC19 (or 0x97AC19) is unknown color: approx Citrus. HEX triplet: 97, AC and 19. RGB value is (151,172,25). Sum of RGB (Red+Green+Blue) = 151+172+25=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AC19 is #6853E6. Grayscale: #959595. Windows color (decimal): -6837223 or 1682583. OLE color: 1682583.

HSL color Cylindrical-coordinate representation of color #97AC19: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97AC19 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB15117225-
CMYK0.1200.850.33
HSL68.57º74.62%38.63%-
HSV(B)68.57º85.47%67.45%-
XYZ27.6936.156.44-
YUV148.9658.04129.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 25 (10.16% from 255) = 7.18%
R=43.39%
G=49.43%
B=7.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151172250.1200.850.3368.5774.6238.63
Hex97AC19C05521454b27
Octal227254311401254110511347
Binary10010111101011001100111000101010110000110001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AC19; }

 p { color: rgb(151,172,25); }

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

<style>
 a { background-color: #97AC19; }

 a { background-color: rgb(151,172,25); }

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

<style>
 span { border-color: #97AC19; }

 span { border-color: rgb(151,172,25); }

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