#97A905

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

Shades of Citrus #97A905

Tints of Citrus #97A905

Color information

#97A905 (or 0x97A905) is unknown color: approx Citrus. HEX triplet: 97, A9 and 05. RGB value is (151,169,5). Sum of RGB (Red+Green+Blue) = 151+169+5=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #97A905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A905 is #6856FA. Grayscale: #919191. Windows color (decimal): -6838011 or 371095. OLE color: 371095.

HSL color Cylindrical-coordinate representation of color #97A905: hue angle of 66.59º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97A905 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB1511695-
CMYK0.1100.970.34
HSL66.59º94.25%34.12%-
HSV(B)66.59º97.04%66.27%-
XYZ26.9834.975.47-
YUV144.9249.04132.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 169 (66.41% from 255) = 52%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=46.46%
G=52%
B=1.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15116950.1100.970.3466.5994.2534.12
Hex97A95B06122435e22
Octal22725151301414210313642
Binary100101111010100110110110110000110001010000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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