#ADC623

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

Shades of Bahia #ADC623

Tints of Bahia #ADC623

Color information

#ADC623 (or 0xADC623) is unknown color: approx Bahia. HEX triplet: AD, C6 and 23. RGB value is (173,198,35). Sum of RGB (Red+Green+Blue) = 173+198+35=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC623 is #5239DC. Grayscale: #ACACAC. Windows color (decimal): -5388765 or 2344621. OLE color: 2344621.

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

Color convert

RGB17319835-
CMYK0.1300.820.22
HSL69.2º69.96%45.69%-
HSV(B)69.2º82.32%77.65%-
XYZ37.7349.399.14-
YUV171.9450.72128.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 35 (14.06% from 255) = 8.62%
R=42.61%
G=48.77%
B=8.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173198350.1300.820.2269.269.9645.69
HexADC623D0521645462e
Octal255306431501222610510656
Binary10101101110001101000111101010100101011010001011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC623; }

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

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

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

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

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

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

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

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