#ADC51B

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

Shades of Bahia #ADC51B

Tints of Bahia #ADC51B

Color information

#ADC51B (or 0xADC51B) is unknown color: approx Bahia. HEX triplet: AD, C5 and 1B. RGB value is (173,197,27). Sum of RGB (Red+Green+Blue) = 173+197+27=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51B is #523AE4. Grayscale: #ABABAB. Windows color (decimal): -5389029 or 1820077. OLE color: 1820077.

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

Color convert

RGB17319727-
CMYK0.1200.860.23
HSL68.47º75.89%43.92%-
HSV(B)68.47º86.29%77.25%-
XYZ37.448.98.5-
YUV170.4447.05129.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 197 (77.34% from 255) = 49.62%
BLUE value IS 27 (10.94% from 255) = 6.80%
R=43.58%
G=49.62%
B=6.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173197270.1200.860.2368.4775.8943.92
HexADC51BC05617444c2c
Octal255305331401262710411454
Binary1010110111000101110111100010101101011110001001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC51B; }

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

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

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

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

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

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

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

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