#ADBE32

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

Shades of Bahia #ADBE32

Tints of Bahia #ADBE32

Color information

#ADBE32 (or 0xADBE32) is unknown color: approx Bahia. HEX triplet: AD, BE and 32. RGB value is (173,190,50). Sum of RGB (Red+Green+Blue) = 173+190+50=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE32 is #5241CD. Grayscale: #A9A9A9. Windows color (decimal): -5390798 or 3325613. OLE color: 3325613.

HSL color Cylindrical-coordinate representation of color #ADBE32: hue angle of 67.29º degrees, saturation: 0.58, 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 #ADBE32 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB17319050-
CMYK0.0900.740.25
HSL67.29º58.33%47.06%-
HSV(B)67.29º73.68%74.51%-
XYZ36.2245.949.98-
YUV168.9660.87130.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=41.89%
G=46.00%
B=12.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173190500.0900.740.2567.2958.3347.06
HexADBE32904A19433a2f
Octal25527662110112311037257
Binary1010110110111110110010100101001010110011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE32; }

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

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

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

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

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

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

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

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