#ADBE33

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

Shades of Bahia #ADBE33

Tints of Bahia #ADBE33

Color information

#ADBE33 (or 0xADBE33) is unknown color: approx Bahia. HEX triplet: AD, BE and 33. RGB value is (173,190,51). Sum of RGB (Red+Green+Blue) = 173+190+51=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE33 is #5241CC. Grayscale: #A9A9A9. Windows color (decimal): -5390797 or 3391149. OLE color: 3391149.

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

Color convert

RGB17319051-
CMYK0.0900.730.25
HSL67.34º57.68%47.25%-
HSV(B)67.34º73.16%74.51%-
XYZ36.2445.9510.09-
YUV169.0761.37130.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 51 (20.31% from 255) = 12.32%
R=41.79%
G=45.89%
B=12.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173190510.0900.730.2567.3457.6847.25
HexADBE33904919433a2f
Octal25527663110111311037257
Binary1010110110111110110011100101001001110011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE33; }

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

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

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

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

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

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

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

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