#ADC229

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

Shades of Bahia #ADC229

Tints of Bahia #ADC229

Color information

#ADC229 (or 0xADC229) is unknown color: approx Bahia. HEX triplet: AD, C2 and 29. RGB value is (173,194,41). Sum of RGB (Red+Green+Blue) = 173+194+41=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC229 is #523DD6. Grayscale: #AAAAAA. Windows color (decimal): -5389783 or 2736813. OLE color: 2736813.

HSL color Cylindrical-coordinate representation of color #ADC229: hue angle of 68.24º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADC229 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB17319441-
CMYK0.1100.790.24
HSL68.24º65.11%46.08%-
HSV(B)68.24º78.87%76.08%-
XYZ36.9347.639.34-
YUV170.2855.04129.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 194 (76.17% from 255) = 47.55%
BLUE value IS 41 (16.41% from 255) = 10.05%
R=42.40%
G=47.55%
B=10.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194410.1100.790.2468.2465.1146.08
HexADC229B04F1844412e
Octal255302511301173010410156
Binary10101101110000101010011011010011111100010001001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC229; }

 p { color: rgb(173,194,41); }

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

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

 a { background-color: rgb(173,194,41); }

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

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

 span { border-color: rgb(173,194,41); }

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