#ADC031

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

Shades of Bahia #ADC031

Tints of Bahia #ADC031

Color information

#ADC031 (or 0xADC031) is unknown color: approx Bahia. HEX triplet: AD, C0 and 31. RGB value is (173,192,49). Sum of RGB (Red+Green+Blue) = 173+192+49=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC031 is #523FCE. Grayscale: #AAAAAA. Windows color (decimal): -5390287 or 3260589. OLE color: 3260589.

HSL color Cylindrical-coordinate representation of color #ADC031: hue angle of 67.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC031 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB17319249-
CMYK0.1000.740.25
HSL67.97º59.34%47.25%-
HSV(B)67.97º74.48%75.29%-
XYZ36.6446.8110.01-
YUV170.0259.71130.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 49 (19.53% from 255) = 11.84%
R=41.79%
G=46.38%
B=11.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192490.1000.740.2567.9759.3447.25
HexADC031A04A19443b2f
Octal25530061120112311047357
Binary1010110111000000110001101001001010110011000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC031; }

 p { color: rgb(173,192,49); }

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

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

 a { background-color: rgb(173,192,49); }

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

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

 span { border-color: rgb(173,192,49); }

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