#ADBE34

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

Shades of Bahia #ADBE34

Tints of Bahia #ADBE34

Color information

#ADBE34 (or 0xADBE34) is unknown color: approx Bahia. HEX triplet: AD, BE and 34. RGB value is (173,190,52). Sum of RGB (Red+Green+Blue) = 173+190+52=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE34 is #5241CB. Grayscale: #A9A9A9. Windows color (decimal): -5390796 or 3456685. OLE color: 3456685.

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

Color convert

RGB17319052-
CMYK0.0900.730.25
HSL67.39º57.02%47.45%-
HSV(B)67.39º72.63%74.51%-
XYZ36.2745.9610.21-
YUV169.1861.87130.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 52 (20.70% from 255) = 12.53%
R=41.69%
G=45.78%
B=12.53%

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
Decimal173190520.0900.730.2567.3957.0247.45
HexADBE3490491943392f
Octal25527664110111311037157
Binary1010110110111110110100100101001001110011000011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE34; }

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

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

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

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

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

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

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

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