#97AD05

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

Shades of Citrus #97AD05

Tints of Citrus #97AD05

Color information

#97AD05 (or 0x97AD05) is unknown color: approx Citrus. HEX triplet: 97, AD and 05. RGB value is (151,173,5). Sum of RGB (Red+Green+Blue) = 151+173+5=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AD05 is #6852FA. Grayscale: #939393. Windows color (decimal): -6836987 or 372119. OLE color: 372119.

HSL color Cylindrical-coordinate representation of color #97AD05: hue angle of 67.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97AD05 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1511735-
CMYK0.1300.970.32
HSL67.86º94.38%34.9%-
HSV(B)67.86º97.11%67.84%-
XYZ27.7336.485.72-
YUV147.2747.71130.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 173 (67.97% from 255) = 52.58%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=45.90%
G=52.58%
B=1.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15117350.1300.970.3267.8694.3834.9
Hex97AD5D06120445e23
Octal22725551501414010413643
Binary100101111010110110111010110000110000010001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,5); }

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

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

 a { background-color: rgb(151,173,5); }

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

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

 span { border-color: rgb(151,173,5); }

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