#97AA1B

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

Shades of Citron #97AA1B

Tints of Citron #97AA1B

Color information

#97AA1B (or 0x97AA1B) is unknown color: approx Citron. HEX triplet: 97, AA and 1B. RGB value is (151,170,27). Sum of RGB (Red+Green+Blue) = 151+170+27=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AA1B is #6855E4. Grayscale: #949494. Windows color (decimal): -6837733 or 1813143. OLE color: 1813143.

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

Color convert

RGB15117027-
CMYK0.1100.840.33
HSL67.97º72.59%38.63%-
HSV(B)67.97º84.12%66.67%-
XYZ27.3435.416.43-
YUV148.0259.71130.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 27 (10.94% from 255) = 7.76%
R=43.39%
G=48.85%
B=7.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151170270.1100.840.3367.9772.5938.63
Hex97AA1BB05421444927
Octal227252331301244110411147
Binary10010111101010101101110110101010010000110001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,170,27); }

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

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

 a { background-color: rgb(151,170,27); }

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

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

 span { border-color: rgb(151,170,27); }

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