#97A533

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

Shades of Citron #97A533

Tints of Citron #97A533

Color information

#97A533 (or 0x97A533) is unknown color: approx Citron. HEX triplet: 97, A5 and 33. RGB value is (151,165,51). Sum of RGB (Red+Green+Blue) = 151+165+51=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #97A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A533 is #685ACC. Grayscale: #949494. Windows color (decimal): -6838989 or 3384727. OLE color: 3384727.

HSL color Cylindrical-coordinate representation of color #97A533: hue angle of 67.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97A533 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB15116551-
CMYK0.0800.690.35
HSL67.37º52.78%42.35%-
HSV(B)67.37º69.09%64.71%-
XYZ26.8233.738.23-
YUV147.8273.36130.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=41.14%
G=44.96%
B=13.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165510.0800.690.3567.3752.7842.35
Hex97A53380452343352a
Octal22724563100105431036552
Binary10010111101001011100111000010001011000111000011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,51); }

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

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

 a { background-color: rgb(151,165,51); }

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

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

 span { border-color: rgb(151,165,51); }

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