#ADC133

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

Shades of Bahia #ADC133

Tints of Bahia #ADC133

Color information

#ADC133 (or 0xADC133) is unknown color: approx Bahia. HEX triplet: AD, C1 and 33. RGB value is (173,193,51). Sum of RGB (Red+Green+Blue) = 173+193+51=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC133 is #523ECC. Grayscale: #ABABAB. Windows color (decimal): -5390029 or 3391917. OLE color: 3391917.

HSL color Cylindrical-coordinate representation of color #ADC133: hue angle of 68.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC133 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB17319351-
CMYK0.1000.740.24
HSL68.45º58.2%47.84%-
HSV(B)68.45º73.58%75.69%-
XYZ36.947.2610.31-
YUV170.8360.37129.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=41.49%
G=46.28%
B=12.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173193510.1000.740.2468.4558.247.84
HexADC133A04A18443a30
Octal25530163120112301047260
Binary1010110111000001110011101001001010110001000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC133; }

 p { color: rgb(173,193,51); }

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

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

 a { background-color: rgb(173,193,51); }

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

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

 span { border-color: rgb(173,193,51); }

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