#ADC428

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

Shades of Bahia #ADC428

Tints of Bahia #ADC428

Color information

#ADC428 (or 0xADC428) is unknown color: approx Bahia. HEX triplet: AD, C4 and 28. RGB value is (173,196,40). Sum of RGB (Red+Green+Blue) = 173+196+40=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC428 is #523BD7. Grayscale: #ABABAB. Windows color (decimal): -5389272 or 2671789. OLE color: 2671789.

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

Color convert

RGB17319640-
CMYK0.1200.800.23
HSL68.85º66.1%46.27%-
HSV(B)68.85º79.59%76.86%-
XYZ37.3648.529.4-
YUV171.3453.88129.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 196 (76.95% from 255) = 47.92%
BLUE value IS 40 (16.02% from 255) = 9.78%
R=42.30%
G=47.92%
B=9.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173196400.1200.800.2368.8566.146.27
HexADC428C0501745422e
Octal255304501401202710510256
Binary10101101110001001010001100010100001011110001011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC428; }

 p { color: rgb(173,196,40); }

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

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

 a { background-color: rgb(173,196,40); }

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

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

 span { border-color: rgb(173,196,40); }

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