#ADBE26

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

Shades of Bahia #ADBE26

Tints of Bahia #ADBE26

Color information

#ADBE26 (or 0xADBE26) is unknown color: approx Bahia. HEX triplet: AD, BE and 26. RGB value is (173,190,38). Sum of RGB (Red+Green+Blue) = 173+190+38=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE26 is #5241D9. Grayscale: #A8A8A8. Windows color (decimal): -5390810 or 2539181. OLE color: 2539181.

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

Color convert

RGB17319038-
CMYK0.0900.80.25
HSL66.71º66.67%44.71%-
HSV(B)66.71º80%74.51%-
XYZ3645.858.79-
YUV167.5954.87131.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=43.14%
G=47.38%
B=9.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173190380.0900.80.2566.7166.6744.71
HexADBE2690501943432d
Octal255276461101203110310355
Binary10101101101111101001101001010100001100110000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE26; }

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

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

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

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

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

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

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

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