#ADC732

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

Shades of Bahia #ADC732

Tints of Bahia #ADC732

Color information

#ADC732 (or 0xADC732) is unknown color: approx Bahia. HEX triplet: AD, C7 and 32. RGB value is (173,199,50). Sum of RGB (Red+Green+Blue) = 173+199+50=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC732 is #5238CD. Grayscale: #AEAEAE. Windows color (decimal): -5388494 or 3327917. OLE color: 3327917.

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

Color convert

RGB17319950-
CMYK0.1300.750.22
HSL70.47º59.84%48.82%-
HSV(B)70.47º74.87%78.04%-
XYZ38.2349.9610.65-
YUV174.2457.89127.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 199 (78.12% from 255) = 47.16%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=41.00%
G=47.16%
B=11.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173199500.1300.750.2270.4759.8448.82
HexADC732D04B16463c31
Octal25530762150113261067461
Binary1010110111000111110010110101001011101101000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC732; }

 p { color: rgb(173,199,50); }

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

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

 a { background-color: rgb(173,199,50); }

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

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

 span { border-color: rgb(173,199,50); }

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