#ADBE29

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

Shades of Bahia #ADBE29

Tints of Bahia #ADBE29

Color information

#ADBE29 (or 0xADBE29) is unknown color: approx Bahia. HEX triplet: AD, BE and 29. RGB value is (173,190,41). Sum of RGB (Red+Green+Blue) = 173+190+41=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE29 is #5241D6. Grayscale: #A8A8A8. Windows color (decimal): -5390807 or 2735789. OLE color: 2735789.

HSL color Cylindrical-coordinate representation of color #ADBE29: hue angle of 66.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADBE29 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB17319041-
CMYK0.0900.780.25
HSL66.85º64.5%45.29%-
HSV(B)66.85º78.42%74.51%-
XYZ36.0545.879.05-
YUV167.9356.37131.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 41 (16.41% from 255) = 10.15%
R=42.82%
G=47.03%
B=10.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173190410.0900.780.2566.8564.545.29
HexADBE29904E1943412d
Octal255276511101163110310155
Binary10101101101111101010011001010011101100110000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE29; }

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

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

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

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

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

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

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

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