#97A923

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

Shades of Citron #97A923

Tints of Citron #97A923

Color information

#97A923 (or 0x97A923) is unknown color: approx Citron. HEX triplet: 97, A9 and 23. RGB value is (151,169,35). Sum of RGB (Red+Green+Blue) = 151+169+35=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #97A923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A923 is #6856DC. Grayscale: #949494. Windows color (decimal): -6837981 or 2337175. OLE color: 2337175.

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

Color convert

RGB15116935-
CMYK0.1100.790.34
HSL68.06º65.69%40%-
HSV(B)68.06º79.29%66.27%-
XYZ27.2535.086.92-
YUV148.3464.04129.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 35 (14.06% from 255) = 9.86%
R=42.54%
G=47.61%
B=9.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151169350.1100.790.3468.0665.6940
Hex97A923B04F22444228
Octal227251431301174210410250
Binary100101111010100110001110110100111110001010001001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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