#ADC51A

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

Shades of Bahia #ADC51A

Tints of Bahia #ADC51A

Color information

#ADC51A (or 0xADC51A) is unknown color: approx Bahia. HEX triplet: AD, C5 and 1A. RGB value is (173,197,26). Sum of RGB (Red+Green+Blue) = 173+197+26=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51A is #523AE5. Grayscale: #AAAAAA. Windows color (decimal): -5389030 or 1754541. OLE color: 1754541.

HSL color Cylindrical-coordinate representation of color #ADC51A: hue angle of 68.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC51A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB17319726-
CMYK0.1200.870.23
HSL68.42º76.68%43.73%-
HSV(B)68.42º86.8%77.25%-
XYZ37.3948.898.44-
YUV170.3346.55129.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 197 (77.34% from 255) = 49.75%
BLUE value IS 26 (10.55% from 255) = 6.57%
R=43.69%
G=49.75%
B=6.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173197260.1200.870.2368.4276.6843.73
HexADC51AC05717444d2c
Octal255305321401272710411554
Binary1010110111000101110101100010101111011110001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC51A; }

 p { color: rgb(173,197,26); }

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

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

 a { background-color: rgb(173,197,26); }

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

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

 span { border-color: rgb(173,197,26); }

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