#ADC42B

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

Shades of Bahia #ADC42B

Tints of Bahia #ADC42B

Color information

#ADC42B (or 0xADC42B) is unknown color: approx Bahia. HEX triplet: AD, C4 and 2B. RGB value is (173,196,43). Sum of RGB (Red+Green+Blue) = 173+196+43=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC42B is #523BD4. Grayscale: #ACACAC. Windows color (decimal): -5389269 or 2868397. OLE color: 2868397.

HSL color Cylindrical-coordinate representation of color #ADC42B: hue angle of 69.02º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC42B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB17319643-
CMYK0.1200.780.23
HSL69.02º64.02%46.86%-
HSV(B)69.02º78.06%76.86%-
XYZ37.4148.549.68-
YUV171.6855.38128.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 43 (17.19% from 255) = 10.44%
R=41.99%
G=47.57%
B=10.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173196430.1200.780.2369.0264.0246.86
HexADC42BC04E1745402f
Octal255304531401162710510057
Binary10101101110001001010111100010011101011110001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC42B; }

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

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

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

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

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

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

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

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