#ADC621

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

Shades of Bahia #ADC621

Tints of Bahia #ADC621

Color information

#ADC621 (or 0xADC621) is unknown color: approx Bahia. HEX triplet: AD, C6 and 21. RGB value is (173,198,33). Sum of RGB (Red+Green+Blue) = 173+198+33=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC621 is #5239DE. Grayscale: #ACACAC. Windows color (decimal): -5388767 or 2213549. OLE color: 2213549.

HSL color Cylindrical-coordinate representation of color #ADC621: hue angle of 69.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC621 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB17319833-
CMYK0.1300.830.22
HSL69.09º71.43%45.29%-
HSV(B)69.09º83.33%77.65%-
XYZ37.749.388.98-
YUV171.7249.72128.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 198 (77.73% from 255) = 49.01%
BLUE value IS 33 (13.28% from 255) = 8.17%
R=42.82%
G=49.01%
B=8.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173198330.1300.830.2269.0971.4345.29
HexADC621D0531645472d
Octal255306411501232610510755
Binary10101101110001101000011101010100111011010001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC621; }

 p { color: rgb(173,198,33); }

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

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

 a { background-color: rgb(173,198,33); }

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

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

 span { border-color: rgb(173,198,33); }

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